'use client'; /** * Next.js App Page * * Renders the Visual Editor as the main application. */ import { VisualEditor } from '../src/components/VisualEditor'; export default function Home() { return ; }