diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-07-21 07:22:36 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-07-21 07:22:36 -0400 |
| commit | 59067695f934184c7e6efaa4fc89fbde2f27a7cb (patch) | |
| tree | aa0673196256ec61544b6acbc3471a81516b5f20 /src/components/FileUploads.svelte | |
| parent | b3fdc004706a1501b32372747abc1f4f4b7dd367 (diff) | |
initial migration, app runs
Diffstat (limited to 'src/components/FileUploads.svelte')
| -rw-r--r-- | src/components/FileUploads.svelte | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/FileUploads.svelte b/src/components/FileUploads.svelte index 756fe33..1d475de 100644 --- a/src/components/FileUploads.svelte +++ b/src/components/FileUploads.svelte @@ -1,4 +1,6 @@ <script lang="ts"> + let x: number | null; + import { Label } from "@smui/button"; import IconButton from "@smui/icon-button"; import Snackbar, { Actions } from "@smui/snackbar"; |
