Refactor code structure and remove redundant sections for improved readability and maintainability

This commit is contained in:
Puechberty Arthur
2026-02-23 03:57:05 +01:00
parent 5be8966d66
commit 6760a523e4
27 changed files with 2025 additions and 1087 deletions
+6
View File
@@ -0,0 +1,6 @@
import LinksPage from '../components/LinksPage';
import { profile } from '../config';
export default function Page() {
return <LinksPage profile={profile} />;
}