feat: Add new ui package folder to test internal imports

This commit is contained in:
benalleng
2023-08-09 19:38:45 -04:00
committed by Paul Miller
parent de8634a97d
commit a6ba9b6ead
51 changed files with 15343 additions and 340 deletions

View File

@@ -0,0 +1,12 @@
module.exports = {
addons: [
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'@storybook/addon-styling',
],
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}