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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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';
export default {

View file

@ -1,5 +1,5 @@
import { action } from '@storybook/addon-actions';
import ArticleEditor from './ArticleEditor.vue';
import ArticleEditor from '../../components/ArticleEditor.vue';
export default {
title: 'Components/Help Center',