Remove storybook unneeded files
This commit is contained in:
parent
e6104bd6d3
commit
1035a3c2e0
2 changed files with 0 additions and 11 deletions
|
|
@ -1,6 +0,0 @@
|
|||
module.exports = {
|
||||
"stories": [
|
||||
"../app/components/**/*.stories.mdx",
|
||||
"../app/components/**/*.stories.@(js|jsx|ts|tsx)"
|
||||
],
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
|
||||
export const parameters = {
|
||||
actions: { argTypesRegex: "^on[A-Z].*" },
|
||||
}
|
||||
|
||||
Loading…
Reference in a new issue