@enso-ui/ui 7.1.10 → 7.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enso-ui/ui",
3
- "version": "7.1.10",
3
+ "version": "7.1.11",
4
4
  "description": "Laravel Enso UI",
5
5
  "main": "bulma/index.js",
6
6
  "scripts": {
package/src/core/Root.vue CHANGED
@@ -3,7 +3,7 @@ import { isNavigationFailure } from 'vue-router';
3
3
  import RouteMapper from '@enso-ui/route-mapper';
4
4
  import toastr from '@enso-ui/toastr';
5
5
  import http from 'axios';
6
- import i18n from '../modules/plugins/i18n';
6
+ import i18n from '@enso-ui/localisation/i18n';
7
7
  import ErrorHandler from './services/errorHandler';
8
8
  import { useStore } from './services/pinia';
9
9
  import { app } from '../pinia/app';
@@ -1,3 +0,0 @@
1
- import i18n from '@enso-ui/localisation/i18n';
2
-
3
- export default i18n;