Update src/main.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-09-06 19:50:18 -04:00 committed by GitHub
parent 6f52792f05
commit ac4b94dc11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
import "#app/polyfills";
// All polyfills MUST be loaded first for side effects // All polyfills MUST be loaded first for side effects
import "#app/plugins/i18n"; import "#app/polyfills";
// Initializes i18n on import // Initializes i18n on import
import "#app/plugins/i18n";
import { InvertPostFX } from "#app/pipelines/invert"; import { InvertPostFX } from "#app/pipelines/invert";
import { version } from "#package.json"; import { version } from "#package.json";