5 lines
200 B
TypeScript
5 lines
200 B
TypeScript
export { colors } from "./colors";
|
|
export { testimonials } from "./testimonials";
|
|
export { projects } from "./projects";
|
|
export { education } from "./education";
|
|
export { timeline } from "./timeline"; |