Files
portfolio/constants/index.ts
T

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";