Esteves Enzo
init
5916048
raw
history blame
195 Bytes
import { Editor } from "@/components/editor";
import Image from "next/image";
export default function Home() {
return (
<section className="h-full">
<Editor />
</section>
);
}