From c27163e0505cfd0f67c12b5bc4a796b060f8ed44 Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Sun, 25 Aug 2024 20:16:04 -0400 Subject: [PATCH] Bad commit of AppThemed.tsx --- react/src/AppThemed.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/react/src/AppThemed.tsx b/react/src/AppThemed.tsx index b8a3189..fc526dc 100644 --- a/react/src/AppThemed.tsx +++ b/react/src/AppThemed.tsx @@ -64,8 +64,6 @@ import UpdateDialog from './UpdateDialog'; import { ReactComponent as RenameOutlineIcon } from './svg/drive_file_rename_outline_black_24dp.svg'; import { ReactComponent as SaveBankAsIcon } from './svg/ic_save_bank_as.svg'; -import { ReactComponent as EditBanksIcon } from './svg/ic_edit_banks.svg'; - import { ReactComponent as EditBanksIcon } from './svg/ic_edit_banks.svg'; import { ReactComponent as SettingsIcon } from './svg/ic_settings.svg'; import { ReactComponent as HelpOutlineIcon } from './svg/ic_help_outline.svg';