diff --git a/constants/index.ts b/constants/index.ts index 1c33b20..81ce5f3 100644 --- a/constants/index.ts +++ b/constants/index.ts @@ -2,4 +2,7 @@ export { colors } from "./colors"; export { testimonials } from "./testimonials"; export { projects } from "./projects"; export { education } from "./education"; -export { timeline } from "./timeline"; \ No newline at end of file +export { timeline } from "./timeline"; +export { hardware, editorAndShell, aiTools } from "./uses"; +export { about } from "./about"; +export { email, linkedIn, phone, gitea } from "./contact"; \ No newline at end of file