Created
August 4, 2020 21:28
-
-
Save skflowne/057d8938e55a8a839022509bd5b913f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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