export const basicResizable=`import { ResizableHandle, ResizablePanel, ResizablePanelGroup, } from "@/components/ui/resizable" const BasicResizable = () => { return (
Sidebar
Content
) } export default BasicResizable;`