Skip to content

Instantly share code, notes, and snippets.

@ascorbic
Created April 1, 2025 06:41
Show Gist options
  • Save ascorbic/602e291ad0ba20c31f9817081b34f989 to your computer and use it in GitHub Desktop.
Save ascorbic/602e291ad0ba20c31f9817081b34f989 to your computer and use it in GitHub Desktop.
---
import { SearchBar } from "~/components/SearchBar.tsx";
import { Avatar } from "~/components/Avatar.tsx";
---
<nav>
<SearchBar />
<Avatar />
</nav>
<main>
<slot />
</main>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment