Skip to content

Commit e56d620

Browse files
committed
build(Storybook): Remove unused addons
1 parent ee72116 commit e56d620

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.storybook/main.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ import { type StorybookConfig } from '@storybook/vue3-vite';
33
const config: StorybookConfig = {
44
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
55
addons: [
6-
'@storybook/addon-links',
7-
'@storybook/addon-essentials',
8-
'@storybook/addon-interactions'
6+
'@storybook/addon-essentials'
97
],
108
framework: {
119
name: '@storybook/vue3-vite',

0 commit comments

Comments
 (0)