chore: updated constants index

This commit is contained in:
2026-05-28 17:46:12 -07:00
parent 28e6151d36
commit f5010512d4
+4 -1
View File
@@ -2,4 +2,7 @@ export { colors } from "./colors";
export { testimonials } from "./testimonials"; export { testimonials } from "./testimonials";
export { projects } from "./projects"; export { projects } from "./projects";
export { education } from "./education"; export { education } from "./education";
export { timeline } from "./timeline"; export { timeline } from "./timeline";
export { hardware, editorAndShell, aiTools } from "./uses";
export { about } from "./about";
export { email, linkedIn, phone, gitea } from "./contact";