File size: 195 Bytes
5916048
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
import { Editor } from "@/components/editor";
import Image from "next/image";

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