diff options
Diffstat (limited to 'frontend/src/app/page.tsx')
-rw-r--r-- | frontend/src/app/page.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index b2f055e..d52dbcf 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -2,7 +2,6 @@ import { useEffect } from 'react'; import { useRouter } from 'next/navigation'; -import Image from "next/image"; export default function Home() { const router = useRouter(); |