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

Fix file name

This commit is contained in:
yude 2021-06-26 22:19:43 +09:00
parent 8b4bce6251
commit 0d21be23a1
Signed by: yude
GPG Key ID: EB0FE5D925C4A968
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import useTranslation from 'next-translate/useTranslation'
import { useRouter } from 'next/router'
export default function About(props) {
export default function Server(props) {
const router = useRouter()
const { locale, locales, defaultLocale, pathname } = router
const { t, lang } = useTranslation("server")