Files
ignum/components/pages/home/index.ts
2026-02-16 15:57:19 +05:00

9 lines
310 B
TypeScript

export { Banner } from "./banner";
export { Statistics } from "./statistics";
export { AboutUs } from "./about";
export { Video } from "./video";
export { OurService } from "../services/ourService";
export { Testimonial } from "./testimonal";
export { Line } from "./line";
export { Blog } from "./blog/blog";