import { Editor } from "@/components/editor";
import Image from "next/image";

export default function Home() {
  return <section className="h-full">lol</section>;
}