chore: Fix import paths in storybook (#5772)
This commit is contained in:
parent
2aa99ee137
commit
3b09840d39
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue