Update links data source

This commit is contained in:
2026-06-30 21:04:06 +00:00
parent 70cd01019d
commit 6cfce40e54
4 changed files with 165 additions and 122 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
// ============================================================================
// User profile and skills
export { user, skills } from './user';
export type { LinkItem } from './user';
export { user, skills, links } from './user';
// Layout, breakpoints, fonts, navbar, scrollbar
export { layout, breakpoints, fonts, navbar, scrollbar } from './layout';