diff --git a/frontend/src/lib/components/accounts/ImportTokenForm.svelte b/frontend/src/lib/components/accounts/ImportTokenForm.svelte index 4ccb5dafc0b..0cda94b5d8b 100644 --- a/frontend/src/lib/components/accounts/ImportTokenForm.svelte +++ b/frontend/src/lib/components/accounts/ImportTokenForm.svelte @@ -7,6 +7,7 @@ import { createEventDispatcher } from "svelte"; import { isNullish } from "@dfinity/utils"; import CalloutWarning from "$lib/components/common/CalloutWarning.svelte"; + import ImportTokenCanisterId from "$lib/components/accounts/ImportTokenCanisterId.svelte"; export let ledgerCanisterId: Principal | undefined = undefined; export let indexCanisterId: Principal | undefined = undefined; @@ -24,17 +25,25 @@
{$i18n.import_token.description}