speice.io/pages/index.tsx
2023-04-22 01:40:15 +00:00

11 lines
191 B
TypeScript

import Layout from "./LayoutPage";
export default function () {
return (
<Layout>
<p>Is this thing on?</p>
<a href="/2019/02/the-whole-world">Code</a>
</Layout>
);
}