Move "i18n" import to "index.tsx"

This commit is contained in:
schroda
2025-10-01 23:10:17 +02:00
parent bd13261f7e
commit 6b16cdbf54
2 changed files with 1 additions and 3 deletions

View File

@@ -7,6 +7,7 @@
*/
import '@/polyfill.manual';
import '@/i18n';
import '@/lib/dayjs/Setup.ts';
import '@/index.css';
import { StrictMode } from 'react';