We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca23f2 commit 92b041aCopy full SHA for 92b041a
apps/www/src/app/(main)/page.tsx
@@ -5,7 +5,6 @@ import { Button } from '@acme/ui/Button';
5
6
import { fadeUp } from '~/config/animations';
7
import { projects } from '~/config/projects';
8
-import { CodingHours } from './_components/CodingHours';
9
import { ContactMe } from './_components/ContactMe';
10
import { Intro } from './_components/Intro';
11
import { Location } from './_components/Location';
@@ -61,7 +60,6 @@ const Home: NextPage = () => {
61
60
62
<div className='relative grid grid-cols-3 border-b border-grey-line'>
63
<TechStack />
64
- <CodingHours />
65
<Location />
66
</div>
67
0 commit comments