8 lines
352 B
TypeScript
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"; |