export const siteTitle = 'Digital Backroom - An Internet Archive' export default function Layout({ children }) { return (
{children}
) }