this repo has no description www.baileykane.co/
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Boilerplate

BK610 efce2f4d ab4a554c

+9
+9
pages/garden.js
··· 1 + import BaseLayout from "../components/BaseLayout"; 2 + 3 + export default function Garden() { 4 + return ( 5 + <BaseLayout> 6 + <div>Coming soon!</div> 7 + </BaseLayout> 8 + ); 9 + }