File size: 166 Bytes
5916048
 
 
 
5be784e
5916048
1
2
3
4
5
6
7
import { Editor } from "@/components/editor";
import Image from "next/image";

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