import Content from "@/components/panel/Content"; function LayoutPanel({ children }) { return ( ); } export default LayoutPanel;