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

Commit 0346136

Browse files
author
Artem Netsvetaev
committed
change imports from ui-common library
1 parent 88ee151 commit 0346136

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/ButtonIcon.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</template>
99

1010
<script>
11-
import { MaterialIcon } from 'profcomff-ui-common/components';
11+
import { MaterialIcon } from '@profcomff/ui-common/components';
1212
export default {
1313
components: { MaterialIcon },
1414
props: {

src/components/ToolbarCalendar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ import { DatePicker } from 'v-calendar';
5353
import ButtonIcon from './ButtonIcon';
5454
import { windowWidthMixin } from '../mixins';
5555
import BaseLayout from './BaseLayout.vue';
56-
import { MaterialIcon } from 'profcomff-ui-common/components';
56+
import { MaterialIcon } from '@profcomff/ui-common/components';
5757
5858
export default {
5959
name: 'NavbarTop',

0 commit comments

Comments
 (0)