mirror of
https://github.com/arthur-pbty/links.git
synced 2026-08-01 20:29:27 +02:00
7 lines
164 B
JavaScript
7 lines
164 B
JavaScript
import LinksPage from '../components/LinksPage';
|
|
import { profile } from '../config';
|
|
|
|
export default function Page() {
|
|
return <LinksPage profile={profile} />;
|
|
}
|