diff options
Diffstat (limited to 'src/view/screens/Storybook/index.tsx')
-rw-r--r-- | src/view/screens/Storybook/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Storybook/index.tsx b/src/view/screens/Storybook/index.tsx index 1151d5a3c..8285b0d73 100644 --- a/src/view/screens/Storybook/index.tsx +++ b/src/view/screens/Storybook/index.tsx @@ -87,6 +87,7 @@ function StorybookInner() { </Button> </View> + <Buttons /> <Toasts /> <Button @@ -109,7 +110,6 @@ function StorybookInner() { </ThemeProvider> <Forms /> - <Buttons /> <Typography /> <Spacing /> <Shadows /> |