Comment out notes search for now

This commit is contained in:
Jonathan Staab 2023-01-21 12:16:54 -08:00
parent 072e092f8f
commit c46a4df261

View File

@ -14,7 +14,9 @@
</script>
<Content>
<!--
<Tabs tabs={['people', 'notes']} {activeTab} {setActiveTab} />
-->
<Input bind:value={q} placeholder="Search for people">
<i slot="before" class="fa-solid fa-search" />
</Input>