From 61f33eeeb89978c0cfeb07c434ac6d6648d9b837 Mon Sep 17 00:00:00 2001 From: annon Date: Thu, 11 May 2023 22:42:32 +0200 Subject: [PATCH] fix stuff Signed-off-by: annon --- src/pages/index.tsx | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 97251e0..8b13789 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -1,27 +1 @@ -import { ThemeSwitcher } from '@/components/ThemeSwitcher'; -import { NowPlayingCard } from '@/components/SpotifyCard'; -import { SocialLayout } from '@/components/SocialLayout'; -import { Toaster } from 'react-hot-toast'; -import age from '@/utils/age'; -import FadeIn from 'react-fade-in'; -export default function Home () { - return ( - <> - - -
-
-

albert

-

- {age()}-year-old sysadmin -

- - - -
-
-
- - ); -}