feat: organize constants and add index file for easy importing
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export { colors } from "./colors";
|
||||
export { testimonials } from "./testimonials";
|
||||
export { projects } from "./projects";
|
||||
export { education } from "./education";
|
||||
export { timeline } from "./timeline";
|
||||
Reference in New Issue
Block a user