diff options
Diffstat (limited to 'src/view/screens/Storybook/index.tsx')
-rw-r--r-- | src/view/screens/Storybook/index.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/view/screens/Storybook/index.tsx b/src/view/screens/Storybook/index.tsx index ec6bab13e..c737dad5b 100644 --- a/src/view/screens/Storybook/index.tsx +++ b/src/view/screens/Storybook/index.tsx @@ -7,6 +7,7 @@ import {CenteredView} from '#/view/com/util/Views' import {ListContained} from '#/view/screens/Storybook/ListContained' import {atoms as a, ThemeProvider, useTheme} from '#/alf' import {Button, ButtonText} from '#/components/Button' +import {Admonitions} from './Admonitions' import {Breakpoints} from './Breakpoints' import {Buttons} from './Buttons' import {Dialogs} from './Dialogs' @@ -80,7 +81,7 @@ function StorybookInner() { </Button> </View> - <Forms /> + <Admonitions /> <ThemeProvider theme="light"> <Theming /> @@ -92,6 +93,7 @@ function StorybookInner() { <Theming /> </ThemeProvider> + <Forms /> <Buttons /> <Typography /> <Spacing /> |