feat: organize constants and add index file for easy importing

This commit is contained in:
2026-05-28 11:31:38 -07:00
parent c7e046f1c2
commit d7bb5e1e39
5 changed files with 86 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
export { colors } from "./colors";
export { testimonials } from "./testimonials";
export { projects } from "./projects";
export { education } from "./education";
export { timeline } from "./timeline";