refactor: sort typescript imports
This commit is contained in:
parent
7bb179a2dc
commit
cd7689d0f5
9 changed files with 33 additions and 24 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue