diff --git a/.storybook/preview.js b/.storybook/preview.js index 4055223..b404975 100644 --- a/.storybook/preview.js +++ b/.storybook/preview.js @@ -6,7 +6,17 @@ export const decorators = [ (Story) => ( <> - +
+ +
), ]; diff --git a/src/App.tsx b/src/App.tsx index 3d35977..5c68585 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,12 +6,12 @@ import Header1 from "./stories/Header1"; import Header2 from "./stories/Header2"; import Button from "./stories/Button"; +import IconArrow from "./stories/IconArrow"; import InputButtonWithIcon from "./stories/InputButtonWithIcon"; import Label from "./stories/Label"; import Input from "./stories/Input"; -import FileInput from "./stories/FileInput"; -import TextArea from "./stories/TextArea"; +import AutoResizingTextArea from "./stories/AutoResizingTextArea"; import Select from "./stories/Select"; import CenteredContainer from "./stories/utilities/CenteredContainer"; @@ -39,7 +39,7 @@ function App() { return ( - + {/* Securely Share Your Secrets */} Tell someone @@ -48,8 +48,8 @@ function App() { {}} /> - -