fix eslint error

This commit is contained in:
MarconLP 2023-04-20 00:41:53 +02:00
parent d260c9b341
commit 190a844ad4
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -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";