updated compoennt file structure
This commit is contained in:
8
components/pages/home/index.ts
Normal file
8
components/pages/home/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export { Banner } from "./banner/banner";
|
||||
export { Statistics } from "./statistics";
|
||||
export { AboutUs } from "./about";
|
||||
export { Video } from "./video";
|
||||
export { OurService } from "./ourService";
|
||||
export { Testimonial } from "./testimonal";
|
||||
export { Line } from "./line";
|
||||
export { Blog } from "./blog/blog";
|
||||
Reference in New Issue
Block a user