Skip to content

Commit

Permalink
doc: use correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Jul 11, 2024
1 parent e1fe95d commit 37c0173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { uniqueId } from 'lodash'

import DismissableAlert from '@/components/DismissableAlert'
import DismissableAlert from '@/components/Dismissable/DismissableAlert'
import PhosphorIcon from '@/components/PhosphorIcon'

export default {
title: 'Components/Dismissable/Alert',
title: 'Components/Dismissable/DismissableAlert',
tags: ['autodocs'],
argTypes: {
variant: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { toast } from 'vue3-toastify'
import ToastBody from '@/components/Dismissable/DismissableToastBody'

export default {
title: 'Components/Dismissable/ToastBody',
title: 'Components/Dismissable/DismissableToastBody',
tags: ['autodocs'],
argTypes: {
variant: {
Expand Down

0 comments on commit 37c0173

Please sign in to comment.