Skip to content

Instantly share code, notes, and snippets.

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