mirror of
https://github.com/arthur-pbty/links.git
synced 2026-08-01 20:29:27 +02:00
Refactor code structure and remove redundant sections for improved readability and maintainability
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import LinksPage from '../components/LinksPage';
|
||||
import { profile } from '../config';
|
||||
|
||||
export default function Page() {
|
||||
return <LinksPage profile={profile} />;
|
||||
}
|
||||
Reference in New Issue
Block a user