export const layout = "./base.tsx"; export default function({ children }) { return (
{ children }
); }