chore: Fix import paths in storybook (#5772)
This commit is contained in:
committed by
GitHub
parent
2aa99ee137
commit
3b09840d39
@@ -1,4 +1,4 @@
|
|||||||
import AddCategoryComponent from '../AddCategory.vue';
|
import AddCategoryComponent from '../../pages/categories/AddCategory.vue';
|
||||||
import { action } from '@storybook/addon-actions';
|
import { action } from '@storybook/addon-actions';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { action } from '@storybook/addon-actions';
|
import { action } from '@storybook/addon-actions';
|
||||||
import ArticleEditor from './ArticleEditor.vue';
|
import ArticleEditor from '../../components/ArticleEditor.vue';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
title: 'Components/Help Center',
|
title: 'Components/Help Center',
|
||||||
|
|||||||
Reference in New Issue
Block a user