[ui] fix import

feat/vaults
Tomáš Mládek 2022-01-28 23:41:04 +01:00
parent a78a7fbce3
commit e592b89e59
No known key found for this signature in database
GPG Key ID: ED21612889E75EC5
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
import Spinner from "./utils/Spinner.svelte";
import NotesEditor from "./utils/NotesEditor.svelte";
import type { AttributeChange } from "../types/base";
import UpEntry from "./display/UpEntry.svelte";
export let address: string;
export let index: number | undefined;