Skip to content

Commit a255850

Browse files
committed
use aliases
1 parent 2d571cf commit a255850

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/molecules/tabs/Tabs.stories.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import ATabs from './Tabs.vue'
2-
import ATab from './../../atoms/tab/Tab.vue'
3-
import AButton from './../../atoms/button/Button.vue'
4-
import AParagraph from './../../atoms/paragraph/Paragraph.vue'
5-
import AIcon from './../../atoms/icon/Icon.vue'
6-
import AIconStarBorder from './../../atoms/icon/templates/IconStarBorder.vue'
2+
import ATab from '@atoms/tab/Tab.vue'
3+
import AButton from '@atoms/button/Button.vue'
4+
import AParagraph from '@atoms/paragraph/Paragraph.vue'
5+
import AIcon from '@atoms/icon/Icon.vue'
6+
import AIconStarBorder from '@atoms/icon/templates/IconStarBorder.vue'
77

88
export default {
99
title: 'Molecules/Tabs',

0 commit comments

Comments
 (0)