about summary refs log tree commit diff
path: root/src/view/screens/Storybook/index.tsx
diff options
context:
space:
mode:
authorAna <anastasiyauraleva@gmail.com>2025-07-28 20:22:58 -0700
committerAna <anastasiyauraleva@gmail.com>2025-07-28 20:24:57 -0700
commitc13b1374d7ff25b913405b96cc568dce6c929be0 (patch)
treed0be4a49c803582e2f81657cb65c16c09c4e53aa /src/view/screens/Storybook/index.tsx
parente1a0beff7d1f03e153160ce0aa7ab03bd6728bf9 (diff)
downloadvoidsky-c13b1374d7ff25b913405b96cc568dce6c929be0.tar.zst
add: toasts to storybook
Diffstat (limited to 'src/view/screens/Storybook/index.tsx')
-rw-r--r--src/view/screens/Storybook/index.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/screens/Storybook/index.tsx b/src/view/screens/Storybook/index.tsx
index a6c2ecdde..afcc1c4e7 100644
--- a/src/view/screens/Storybook/index.tsx
+++ b/src/view/screens/Storybook/index.tsx
@@ -20,6 +20,7 @@ import {Settings} from './Settings'
 import {Shadows} from './Shadows'
 import {Spacing} from './Spacing'
 import {Theming} from './Theming'
+import {Toasts} from './Toasts'
 import {Typography} from './Typography'
 
 export function Storybook() {
@@ -122,6 +123,7 @@ function StorybookInner() {
             <Breakpoints />
             <Dialogs />
             <Admonitions />
+            <Toasts />
             <Settings />
 
             <Button