Skip to content

Commit

Permalink
style: change to * as ... import-style
Browse files Browse the repository at this point in the history
  • Loading branch information
nanai10a committed Aug 18, 2024
1 parent 1c4d676 commit 156e2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import i18n from "i18next";
import * as i18n from "i18next";
import {initReactI18next} from "react-i18next";
import en from "./locales/en_US.json";
import ja_JP from "./locales/ja_JP.json";
Expand Down

0 comments on commit 156e2df

Please sign in to comment.