export default function AppLayout({ children }: { children: React.ReactNode }) { return (
Project Nomad Logo

Command Center


{children}
{/* */} {/*

Sapientia ianua vitae | Wisdom is the gateway to life

A project by Crosstalk Solutions

*/}
) }