import React from "react" export function AppLayout({ children }: { children: React.ReactNode }) { return (