Files
portfolio/constants/index.ts
T
2026-05-28 17:46:12 -07:00

8 lines
352 B
TypeScript

export { colors } from "./colors";
export { testimonials } from "./testimonials";
export { projects } from "./projects";
export { education } from "./education";
export { timeline } from "./timeline";
export { hardware, editorAndShell, aiTools } from "./uses";
export { about } from "./about";
export { email, linkedIn, phone, gitea } from "./contact";