Skip to content

Instantly share code, notes, and snippets.

@skflowne
Created August 4, 2020 21:28
Show Gist options
  • Save skflowne/057d8938e55a8a839022509bd5b913f7 to your computer and use it in GitHub Desktop.
Save skflowne/057d8938e55a8a839022509bd5b913f7 to your computer and use it in GitHub Desktop.
<script lang="ts">
import Tailwind from "./Tailwind.svelte"
import FileList from "./components/file-search/FileList.svelte"
import files from "./store/files"
</script>
<Tailwind />
<main>
<FileList files={$files} />
</main>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment