Skip to content

Commit e1ce7f7

Browse files
committed
move more common componnents
1 parent 101e73b commit e1ce7f7

34 files changed

+5297
-603
lines changed

pnpm-lock.yaml

Lines changed: 445 additions & 383 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/common/.storybook/main.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ import type { StorybookConfig } from '@storybook/react-vite'
22

33
const config: StorybookConfig = {
44
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
5-
addons: [
6-
'@storybook/addon-essentials',
7-
'@storybook/addon-docs',
8-
'@storybook/addon-onboarding',
9-
],
5+
addons: ['@storybook/addon-docs', '@storybook/addon-onboarding'],
106
framework: {
117
name: '@storybook/react-vite',
128
options: {},

0 commit comments

Comments
 (0)