Remove storybook unneeded files

This commit is contained in:
Elias Nahum 2022-08-22 06:17:51 -04:00
parent e6104bd6d3
commit 1035a3c2e0
No known key found for this signature in database
GPG key ID: E038DB71E0B61702
2 changed files with 0 additions and 11 deletions

View file

@ -1,6 +0,0 @@
module.exports = {
"stories": [
"../app/components/**/*.stories.mdx",
"../app/components/**/*.stories.@(js|jsx|ts|tsx)"
],
}

View file

@ -1,5 +0,0 @@
export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },
}