feat/vaults
Tomáš Mládek 2022-02-09 20:37:31 +01:00
parent 5ad64a6591
commit 24075db535
No known key found for this signature in database
GPG Key ID: ED21612889E75EC5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
import UpObject from "./display/UpObject.svelte";
import { UpType } from "../lib/types";
import BlobPreview from "./display/BlobPreview.svelte";
import { onMount, setContext } from "svelte";
import { setContext } from "svelte";
import { writable } from "svelte/store";
import type { UpEntry } from "upend";
import Spinner from "./utils/Spinner.svelte";