Skip to content

Commit ca25c10

Browse files
committed
feat(card): bdp card addition
1 parent c29d589 commit ca25c10

32 files changed

+27223
-4596
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
assets/images

.storybook/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import type { StorybookConfig } from "@storybook/react-webpack5";
22

33
const config: StorybookConfig = {
4+
staticDirs: ['../src/assets/images'],
45
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
56
addons: [
67
"@storybook/addon-webpack5-compiler-swc",

0 commit comments

Comments
 (0)