MapComplete/src/UI/Test.svelte

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
125 B
Svelte
Raw Normal View History

<script lang="ts">
import { Button, Search } from "flowbite-svelte"
</script>
<main>
<Search size="md">
</Search>
</main>