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 const timeline = [
{ span: "2024 - now", role: "Software Engineer · Frontend & AI tooling" },
{ span: "2022 - 2024", role: "Salesforce Administrator" },
{ span: "2019 - 2022", role: "Help Desk / IT Operations" },
];