about summary refs log tree commit diff
path: root/src/view/screens/Storybook/index.tsx
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-03-06 19:38:48 +0900
committerGitHub <noreply@github.com>2024-03-06 19:38:48 +0900
commitf3db23a3b14e9444cb499c727b9d62c414e5a840 (patch)
tree4b9f39447c7c53d2baf3dd4029b2f8ea30e3c9b1 /src/view/screens/Storybook/index.tsx
parent0c6a82062f9c9c47338fe50f0ef37a1c068939c2 (diff)
parenteb298d2e60a0ddf26ebaf8f27373418bbf7769e3 (diff)
downloadvoidsky-f3db23a3b14e9444cb499c727b9d62c414e5a840.tar.zst
Merge branch 'bluesky-social:main' into patch-3
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 40929555e..e43d756de 100644
--- a/src/view/screens/Storybook/index.tsx
+++ b/src/view/screens/Storybook/index.tsx
@@ -16,6 +16,7 @@ import {Dialogs} from './Dialogs'
 import {Breakpoints} from './Breakpoints'
 import {Shadows} from './Shadows'
 import {Icons} from './Icons'
+import {Menus} from './Menus'
 
 export function Storybook() {
   const t = useTheme()
@@ -84,6 +85,7 @@ export function Storybook() {
           <Links />
           <Forms />
           <Dialogs />
+          <Menus />
           <Breakpoints />
         </View>
       </CenteredView>