Skip to content
This repository was archived by the owner on Mar 15, 2023. It is now read-only.

Commit 6d6ca6a

Browse files
committed
rename imports from ui-common library
1 parent 8ee4923 commit 6d6ca6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<script>
1313
import NavbarItem from './components/NavbarItem.vue';
1414
import * as singleSpa from 'single-spa';
15-
import { navItems } from 'profcomff-ui-common/constants';
15+
import { navItems } from '@profcomff/ui-common/constants';
1616
1717
export default {
1818
components: { NavbarItem },

src/components/NavbarItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</button>
1414
</template>
1515
<script>
16-
import { MaterialIcon } from 'profcomff-ui-common/components';
16+
import { MaterialIcon } from '@profcomff/ui-common/components';
1717
1818
export default {
1919
components: { MaterialIcon },

0 commit comments

Comments
 (0)