fix: error
This commit is contained in:
9
components/bestai/index.ts
Normal file
9
components/bestai/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export { PageLayout, StatusBarSpacer } from './layout';
|
||||
export { Header } from './header';
|
||||
export { CategoryTabs } from './category-tabs';
|
||||
export { FeatureCarousel } from './feature-carousel';
|
||||
export { SectionHeader } from './section-header';
|
||||
export { CommunityGrid } from './community-grid';
|
||||
|
||||
export type { FeatureItem } from './feature-carousel';
|
||||
export type { CommunityItem } from './community-grid';
|
||||
Reference in New Issue
Block a user