add decks table component for convenience

This commit is contained in:
2024-03-16 15:22:34 +01:00
parent a659c7e282
commit 92c57068af
16 changed files with 383 additions and 36 deletions

View File

@@ -9,7 +9,7 @@
"preview": "vite preview",
"format": "prettier --write src",
"lint": "eslint --fix src/**/*.{tsx,ts,jsx,js} --no-error-on-unmatched-pattern && stylelint --fix src/{,*/}*.{scss,css} --allow-empty-input",
"storybook": "storybook dev -p 6006",
"sb": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {