Esteves Enzo
change structure, adding custom routes
5be784e
raw
history blame
No virus
166 Bytes
import { Editor } from "@/components/editor";
import Image from "next/image";
export default function Home() {
return <section className="h-full">lol</section>;
}