Skip to content

Commit a31a0d6

Browse files
committed
feat: show menu items
1 parent 67dbf0d commit a31a0d6

File tree

2 files changed

+578
-1
lines changed

2 files changed

+578
-1
lines changed

examples/quick-start/src/Layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ import {
1616
import { SegmentedButtonOption } from '@kaspersky/hexa-ui/src/segmented-button/types'
1717
import { ThemeKey, themeColors } from '@kaspersky/hexa-ui/design-system'
1818
import { AppUpdate } from '@kaspersky/hexa-ui-icons/16'
19-
import { beforeItems, navItems, navUserItems, favItems } from '../../../packages/kaspersky-hexa-ui/src/menu/stories/menu-items'
2019

2120
import { AppLogo } from './AppLogo'
21+
import { beforeItems, favItems, navUserItems, navItems } from './menu/menu-items'
2222

2323
const StyledSpace = styled(Space)<{ themeKey: ThemeKey }>`
2424
border-radius: 16px;

0 commit comments

Comments
 (0)