import Head from 'next/head' export const siteTitle = 'Digital Backroom - An Internet Archive' export default function Layout({children, home}) { return (
{children}
) }