/home/techb158/balavpn.abdallabala.com/src/app/dashboard
NameSizeModeActions
layout.jsx3040644editdlrm
page.jsx1275780644editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/src/app/dashboard/layout.jsx (304B)
import { Suspense } from 'react'; import AppShell from '../../components/AppShell'; export default function DashboardLayout({ children }) { return (
}> {children}
); }