digital-gardeners/pages/tutorials.js

10 lines
168 B
JavaScript
Raw Permalink Normal View History

2021-09-05 16:37:21 +02:00
import Layout from "../components/Layout";
export default function Tutorials() {
return (
<Layout>
<div>hello</div>
</Layout>
);
}