Remove storybook unneeded files

This commit is contained in:
Elias Nahum
2022-08-22 06:17:51 -04:00
parent e6104bd6d3
commit 1035a3c2e0
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].*" },
}