Fix redefined "DE" in /index.ts

This commit is contained in:
Petr Branberger 2023-05-10 12:39:33 +02:00
parent 6a74d62e98
commit db9084b0dc
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import IT from "./it";
import TR from "./tr";
import JP from "./jp";
import DE from "./de";
import DE from "./cs";
import CS from "./cs";
export type { LocaleType } from "./cn";