import { AdminLayout } from "./AdminLayout.tsx"; export const AdminAppsPage = ({ apps, }: { apps: any[]; }) => { return (