refactor: sort typescript imports

This commit is contained in:
Sam 2022-12-22 15:49:08 +01:00
parent 7bb179a2dc
commit cd7689d0f5
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
9 changed files with 33 additions and 24 deletions

View file

@ -1,7 +1,8 @@
import { GetServerSideProps } from "next";
import Head from "next/head";
import { useRouter } from "next/router";
import { useRecoilValue } from "recoil";
import Head from "next/head";
import { fetchAPI } from "../../lib/api-fetch";
import { userState } from "../../lib/state";