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

Commit

Permalink
rename imports from ui-common library
Browse files Browse the repository at this point in the history
  • Loading branch information
fizfakovets committed Feb 19, 2023
1 parent 8ee4923 commit 6d6ca6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script>
import NavbarItem from './components/NavbarItem.vue';
import * as singleSpa from 'single-spa';
import { navItems } from 'profcomff-ui-common/constants';
import { navItems } from '@profcomff/ui-common/constants';
export default {
components: { NavbarItem },
Expand Down
2 changes: 1 addition & 1 deletion src/components/NavbarItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</button>
</template>
<script>
import { MaterialIcon } from 'profcomff-ui-common/components';
import { MaterialIcon } from '@profcomff/ui-common/components';
export default {
components: { MaterialIcon },
Expand Down

0 comments on commit 6d6ca6a

Please sign in to comment.