move assets to assets folder
This commit is contained in:
@@ -10,7 +10,7 @@ const translationManifests: Array<ManifestTranslations> = [
|
||||
meta: {
|
||||
culture: 'en',
|
||||
},
|
||||
loader: () => import('./lang/en.json'),
|
||||
loader: () => import('../../../assets/lang/en.json'),
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user