diff options
Diffstat (limited to 'src/view/screens/Storybook/index.tsx')
-rw-r--r-- | src/view/screens/Storybook/index.tsx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/view/screens/Storybook/index.tsx b/src/view/screens/Storybook/index.tsx index 1151d5a3c..870654761 100644 --- a/src/view/screens/Storybook/index.tsx +++ b/src/view/screens/Storybook/index.tsx @@ -87,8 +87,6 @@ function StorybookInner() { </Button> </View> - <Toasts /> - <Button color="primary" size="small" @@ -108,8 +106,9 @@ function StorybookInner() { <Theming /> </ThemeProvider> - <Forms /> + <Toasts /> <Buttons /> + <Forms /> <Typography /> <Spacing /> <Shadows /> |