/
home
/
techb158
/
balavpn.abdallabala.com
/
src
/
app
/
integrations
/
/home/techb158/balavpn.abdallabala.com/src/app/integrations
mkdir
upload
Name
Size
Mode
Actions
[integrationId]/
-
0755
rm
layout.jsx
307
0644
edit
dl
rm
Edit:
/home/techb158/balavpn.abdallabala.com/src/app/integrations/layout.jsx
(307B)
import { Suspense } from 'react'; import AppShell from '../../components/AppShell'; export default function IntegrationsLayout({ children }) { return ( <Suspense fallback={<div className="shell-loading"><div className="spinner" /></div>}> <AppShell>{children}</AppShell> </Suspense> ); }
Save
cmd:
run