@enso-ui/ui 7.1.1 → 7.1.2
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 +1 -1
- package/src/core/components/navbar/Navbar.vue +2 -2
- package/src/core/components/navbar/Search.vue +1 -1
- package/src/core/components/navbar/SettingsControl.vue +1 -1
- package/src/core/components/settings/Settings.vue +1 -1
- package/src/core/components/settings/SidebarState.vue +1 -1
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import App from '../../app';
|
|
3
3
|
import eventBus from '../../services/eventBus';
|
|
4
|
-
import { app as useApp } from '
|
|
5
|
-
import { layout as useLayout } from '
|
|
4
|
+
import { app as useApp } from '../../../pinia/app';
|
|
5
|
+
import { layout as useLayout } from '../../../pinia/layout';
|
|
6
6
|
|
|
7
7
|
export default {
|
|
8
8
|
name: 'Navbar',
|