From 190a844ad44b75f8ac7a872a9d93ff90fab095f5 Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Thu, 20 Apr 2023 00:41:53 +0200 Subject: [PATCH] fix eslint error --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";