mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Remove unused import
This commit is contained in:
parent
1f306a7270
commit
b9b5c4aa74
@ -2,7 +2,6 @@ import { createApp } from "vue";
|
|||||||
import { _createI18n } from 'ChillMainAssets/vuejs/_js/i18n';
|
import { _createI18n } from 'ChillMainAssets/vuejs/_js/i18n';
|
||||||
import { ontheflyMessages } from './i18n.js';
|
import { ontheflyMessages } from './i18n.js';
|
||||||
import App from "./App.vue";
|
import App from "./App.vue";
|
||||||
import TranslatorPlugin from '../translatorPlugin'
|
|
||||||
|
|
||||||
const i18n = _createI18n( ontheflyMessages );
|
const i18n = _createI18n( ontheflyMessages );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user