diff options
Diffstat (limited to 'src/view/screens/Storybook/index.tsx')
-rw-r--r-- | src/view/screens/Storybook/index.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/view/screens/Storybook/index.tsx b/src/view/screens/Storybook/index.tsx index afcc1c4e7..40ef79cca 100644 --- a/src/view/screens/Storybook/index.tsx +++ b/src/view/screens/Storybook/index.tsx @@ -91,6 +91,8 @@ function StorybookInner() { </Button> </View> + <Toasts /> + <Button variant="solid" color="primary" @@ -123,7 +125,6 @@ function StorybookInner() { <Breakpoints /> <Dialogs /> <Admonitions /> - <Toasts /> <Settings /> <Button |