Skip to content

Commit 92b041a

Browse files
committed
feat(pages): remove components
1 parent 3ca23f2 commit 92b041a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/www/src/app/(main)/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { Button } from '@acme/ui/Button';
55

66
import { fadeUp } from '~/config/animations';
77
import { projects } from '~/config/projects';
8-
import { CodingHours } from './_components/CodingHours';
98
import { ContactMe } from './_components/ContactMe';
109
import { Intro } from './_components/Intro';
1110
import { Location } from './_components/Location';
@@ -61,7 +60,6 @@ const Home: NextPage = () => {
6160

6261
<div className='relative grid grid-cols-3 border-b border-grey-line'>
6362
<TechStack />
64-
<CodingHours />
6563
<Location />
6664
</div>
6765

0 commit comments

Comments
 (0)