Mitchell Magro e14f63684f s
2025-06-17 16:43:39 +02:00

7 lines
150 B
TypeScript

import Image from "next/image";
import SidebarLayout from '@/app/components/Sidebar';
export default function Home() {
return <SidebarLayout />;
}