From 0ea4bf054548ee8ff23924d0f1b535a02634ce62 Mon Sep 17 00:00:00 2001 From: Mark Nardi Date: Mon, 27 May 2024 15:37:35 +0200 Subject: [PATCH] cleanup --- .../components/AccountSummary.svelte | 18 ++++-------------- .../notifications/enums/index.ts | 2 +- ...otifyEvent.enum.ts => notify-event.enum.ts} | 0 3 files changed, 5 insertions(+), 15 deletions(-) rename packages/shared/src/lib/auxiliary/wallet-connect/notifications/enums/{notifyEvent.enum.ts => notify-event.enum.ts} (100%) diff --git a/packages/desktop/views/dashboard/wallet/panes/account-summary/components/AccountSummary.svelte b/packages/desktop/views/dashboard/wallet/panes/account-summary/components/AccountSummary.svelte index a37fac00b1..113f895d76 100644 --- a/packages/desktop/views/dashboard/wallet/panes/account-summary/components/AccountSummary.svelte +++ b/packages/desktop/views/dashboard/wallet/panes/account-summary/components/AccountSummary.svelte @@ -1,11 +1,9 @@ diff --git a/packages/shared/src/lib/auxiliary/wallet-connect/notifications/enums/index.ts b/packages/shared/src/lib/auxiliary/wallet-connect/notifications/enums/index.ts index 3a6ba6bd22..52c4491415 100644 --- a/packages/shared/src/lib/auxiliary/wallet-connect/notifications/enums/index.ts +++ b/packages/shared/src/lib/auxiliary/wallet-connect/notifications/enums/index.ts @@ -1 +1 @@ -export * from './notifyEvent.enum' +export * from './notify-event.enum' diff --git a/packages/shared/src/lib/auxiliary/wallet-connect/notifications/enums/notifyEvent.enum.ts b/packages/shared/src/lib/auxiliary/wallet-connect/notifications/enums/notify-event.enum.ts similarity index 100% rename from packages/shared/src/lib/auxiliary/wallet-connect/notifications/enums/notifyEvent.enum.ts rename to packages/shared/src/lib/auxiliary/wallet-connect/notifications/enums/notify-event.enum.ts