import { ToastProvider } from '@/modules/toast/Provider'; import Sidebar from './sidebar'; import { Content } from './content'; import { Panel, PanelGroup, PanelResizeHandle } from 'react-resizable-panels'; import { Toolbar } from './modules/Nav'; export const App = () => { return ( ); }; export const SidebarApp = () => { return ( ); }; export const AIEditor = () => { return (
AI Editor
); };