aboutsummaryrefslogtreecommitdiffstats
path: root/.storybook/main.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-09-21 17:49:06 +0200
committerArmand Philippot <git@armandphilippot.com>2023-09-21 17:49:06 +0200
commitf87c68c6fdeb03041c0c8f18f04b057ae7fbb250 (patch)
treee234a7ab293c50d2a45ac9df8d95650f0953058d /.storybook/main.ts
parentc0d9401aa6f6cd154aa958bc83f1b747698879e2 (diff)
build(deps): remove storybook onboarding addon
This plugin was installed bumping Storybook, it is not necessary.
Diffstat (limited to '.storybook/main.ts')
-rw-r--r--.storybook/main.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/.storybook/main.ts b/.storybook/main.ts
index 8257c59..76b1316 100644
--- a/.storybook/main.ts
+++ b/.storybook/main.ts
@@ -10,7 +10,6 @@ const config: StorybookConfig = {
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/addon-interactions',
- '@storybook/addon-onboarding',
'storybook-dark-mode',
],
framework: {