diff --git a/src/routes/core/accounts/[account_id]/+page.svelte b/src/routes/core/accounts/[account_id]/+page.svelte index 3f7c3362..d5ec509a 100644 --- a/src/routes/core/accounts/[account_id]/+page.svelte +++ b/src/routes/core/accounts/[account_id]/+page.svelte @@ -5,7 +5,7 @@ import { editable_fields__account } from '$lib/ae_core/ae_core__account.editable_fields'; import { ae_api, ae_loc } from '$lib/stores/ae_stores'; import { goto } from '$app/navigation'; - import { Save, Trash2, ArrowLeft, Building } from 'lucide-svelte'; + import { Save, Trash2, ArrowLeft, Building, Settings, Activity, Info } from 'lucide-svelte'; let account_id = $page.params.account_id; let account: any = $state(null); @@ -105,64 +105,64 @@