an app to share curated trails sidetrail.app
1

Configure Feed

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

1import { HomeShell } from "../HomeShell"; 2 3export default async function HomeLayout({ children }: { children: React.ReactNode }) { 4 return <HomeShell>{children}</HomeShell>; 5}