Created
August 4, 2020 20:24
-
-
Save skflowne/5a38ee9bac419bc929c3802ee72482cf 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 type { File } from "../../interfaces/file.interface" | |
export let file: File | |
</script> | |
<div>{file.name}</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment