Skip to content

Commit ce8b2b6

Browse files
committed
chore: update store
1 parent 6f60845 commit ce8b2b6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

apps/showcase/__store__/index.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1657,6 +1657,10 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
16571657
'component': React.lazy(() => import('demo/styled/scrollarea/custom-demo')),
16581658
'filePath': 'demo/styled/scrollarea/custom-demo.tsx',
16591659
},
1660+
'fade-demo': {
1661+
'component': React.lazy(() => import('demo/styled/scrollarea/fade-demo')),
1662+
'filePath': 'demo/styled/scrollarea/fade-demo.tsx',
1663+
},
16601664
'horizontal-demo': {
16611665
'component': React.lazy(() => import('demo/styled/scrollarea/horizontal-demo')),
16621666
'filePath': 'demo/styled/scrollarea/horizontal-demo.tsx',
@@ -1665,6 +1669,10 @@ export const Store: Record<string, Record<string, Record<string, { component: Re
16651669
'component': React.lazy(() => import('demo/styled/scrollarea/scrollarea-pt')),
16661670
'filePath': 'demo/styled/scrollarea/scrollarea-pt.tsx',
16671671
},
1672+
'variant-demo': {
1673+
'component': React.lazy(() => import('demo/styled/scrollarea/variant-demo')),
1674+
'filePath': 'demo/styled/scrollarea/variant-demo.tsx',
1675+
},
16681676
},
16691677
'select': {
16701678
'basic-demo': {

0 commit comments

Comments
 (0)