From 2355f02c9556fa1da48e1f33024f940169994bca Mon Sep 17 00:00:00 2001 From: dafuga Date: Mon, 4 Nov 2024 16:00:56 -0800 Subject: [PATCH] cleanup: more cleanup --- .../contract/[contract]/actions/[action]/[[data]]/fields.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/[network]/(explorer)/contract/[contract]/actions/[action]/[[data]]/fields.svelte b/src/routes/[network]/(explorer)/contract/[contract]/actions/[action]/[[data]]/fields.svelte index 6bdfc036..77af54e0 100644 --- a/src/routes/[network]/(explorer)/contract/[contract]/actions/[action]/[[data]]/fields.svelte +++ b/src/routes/[network]/(explorer)/contract/[contract]/actions/[action]/[[data]]/fields.svelte @@ -4,7 +4,6 @@ import Label from '$lib/components/input/label.svelte'; import Textinput from '$lib/components/input/text.svelte'; import type { ABI } from '@wharfkit/antelope'; - import Fields from './fields.svelte'; interface PageProps { abi: ABI;