Skip to content

Commit

Permalink
fix(@dpc-sdp/ripple-ui-core): 📝 fix missing argstable import
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly committed Apr 24, 2024
1 parent 5cf271d commit 0d48f39
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import {
Canvas,
Meta,
Story
Story,
ArgsTable
} from '@storybook/addon-docs'
import { within } from '@storybook/testing-library';
import { provide } from 'vue'
Expand Down

0 comments on commit 0d48f39

Please sign in to comment.