diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 6fb3db3..465c41b 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -1,4 +1,4 @@ -import { GetServerSideProps, type NextPage } from "next"; +import { type GetServerSideProps, type NextPage } from "next"; import Head from "next/head"; import { getSession } from "next-auth/react"; import { Bars3Icon, XMarkIcon } from "@heroicons/react/24/outline";