feat/vaults
Tomáš Mládek 2022-02-06 14:16:21 +01:00
parent 5d0935cc51
commit 92c89a8f6b
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 { createEventDispatcher, onMount, setContext } from "svelte";
import { onMount, setContext } from "svelte";
import { writable } from "svelte/store";
import type { UpEntry } from "upend";
import Spinner from "./utils/Spinner.svelte";