Skip to content

Commit 316c4ca

Browse files
committed
feat: Discover Page
1 parent 6821d98 commit 316c4ca

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • platforms/metagram/src/routes/(protected)/discover
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<script lang="ts">
2+
import {Input} from "$lib/ui";
3+
4+
let searchValue = $state();
5+
</script>
6+
7+
<section>
8+
<Input type="text" bind:value={searchValue} placeholder="Search user, post and more."/>
9+
</section>

0 commit comments

Comments
 (0)