Mitchell Magro 83c27dc11c First commit
2025-06-18 15:38:38 +02:00

7 lines
158 B
TypeScript

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