Fix: Remove card search until it has been clearly defined
This commit is contained in:
parent
1005549f17
commit
d64b20c44b
1 changed files with 0 additions and 4 deletions
|
@ -7,13 +7,11 @@
|
|||
import Red from "./icons/Red.svelte";
|
||||
import Green from "./icons/Green.svelte";
|
||||
import IconBase from "./icons/IconBase.svelte";
|
||||
import CardSearch from "./CardSearch.svelte";
|
||||
import SearchIcon from "./icons/SearchIcon.svelte";
|
||||
import DeckIcon from "./icons/DeckIcon.svelte";
|
||||
import MenuIcon from "./icons/MenuIcon.svelte";
|
||||
import Accordion from "./Accordion.svelte";
|
||||
|
||||
let dialog
|
||||
let openMobileMenu = $state(false)
|
||||
|
||||
let username = $state("")
|
||||
|
@ -246,8 +244,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<CardSearch bind:dialog={dialog} />
|
||||
|
||||
<style>
|
||||
/* Close the dropdown with outside clicks */
|
||||
.dropdown > summary::before {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue