chore: update dir

This commit is contained in:
lawvs
2022-09-08 19:05:54 +08:00
parent e6d05fefaa
commit 5551c3c737
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ import {
initReactI18next,
useTranslation,
} from 'react-i18next';
import en_US from '../resources/en.json';
import zh_CN from '../resources/zh.json';
import en_US from './resources/en.json';
import zh_CN from './resources/zh.json';
// See https://react.i18next.com/latest/typescript
declare module 'react-i18next' {