fix eslint error
This commit is contained in:
parent
d260c9b341
commit
190a844ad4
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue