From f5010512d41e20069a7fee06a76f19aea4524089 Mon Sep 17 00:00:00 2001 From: donny Date: Thu, 28 May 2026 17:46:12 -0700 Subject: [PATCH] chore: updated constants index --- constants/index.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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