speice.io/pages/index.tsx

10 lines
141 B
TypeScript

import Layout from "./LayoutPage";
export default function () {
return (
<Layout>
<p>Is this thing on?</p>
</Layout>
);
}