Skip to content

Commit b4260cc

Browse files
author
issayah
committed
Bcontainer change import
1 parent 25bcef0 commit b4260cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BContainer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script lang="ts">
2-
import type {Breakpoint, Position} from '../types'
2+
import type {Breakpoint, Position} from '@/types'
33
import {computed, defineComponent, h, onMounted, PropType, ref, VNode} from 'vue'
44
import {ToastInstance, useToast} from './BToast/plugin'
55
import BToaster from './BToast/BToaster.vue'

0 commit comments

Comments
 (0)