Skip to content

Commit

Permalink
[Upd #104] Adding new form and removing TestApp
Browse files Browse the repository at this point in the history
  • Loading branch information
LaChope committed Mar 4, 2022
1 parent a577cd8 commit e1b408d
Show file tree
Hide file tree
Showing 7 changed files with 103,078 additions and 3,498 deletions.
17 changes: 7 additions & 10 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
module.exports = {
"stories": [
"../src/**/*.stories.mdx",
"../src/**/*.stories.@(js|jsx|ts|tsx)"
stories: ['../src/**/*.stories.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],
addons: [
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/addon-interactions'
],
"addons": [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-interactions"
],
"framework": "@storybook/react"
}
framework: '@storybook/react'
};
103,071 changes: 103,071 additions & 0 deletions src/stories/SForms/example_turisticky_cil.json

Large diffs are not rendered by default.

104 changes: 0 additions & 104 deletions test/rendering/TestApp.jsx

This file was deleted.

0 comments on commit e1b408d

Please sign in to comment.