0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00

Remove unused import

This commit is contained in:
yude 2021-06-22 12:34:29 +09:00
parent 32f41aae32
commit 2b18f5f759
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

View File

@ -1,5 +1,4 @@
import "tailwindcss/tailwind.css";
import useTranslation from 'next-translate/useTranslation'
import { useRouter } from 'next/router'
import React, { useEffect, useState } from 'react'
import { useTheme } from "next-themes";