feat: homets 化 创建类型定义文件
创建常量配置文件 创建自定义 Hook 创建组件目录 创建 HeroHeader 组件 创建 FeaturedFeatureCard 组件 创建 FeatureCard 组件 创建新的 HomePage.tsx
This commit is contained in:
7
src/views/Home/components/index.ts
Normal file
7
src/views/Home/components/index.ts
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
// src/views/Home/components/index.ts
|
||||||
|
// HomePage 子组件统一导出
|
||||||
|
|
||||||
|
export { HeroBackground } from './HeroBackground';
|
||||||
|
export { HeroHeader } from './HeroHeader';
|
||||||
|
export { FeaturedFeatureCard } from './FeaturedFeatureCard';
|
||||||
|
export { FeatureCard } from './FeatureCard';
|
||||||
Reference in New Issue
Block a user