chore: Fix import paths in storybook (#5772)

This commit is contained in:
Nithin David Thomas
2022-10-28 01:42:24 +05:30
committed by GitHub
parent 2aa99ee137
commit 3b09840d39
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {

View File

@@ -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',