aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings/account
diff options
context:
space:
mode:
authorLibravatar Santhosh C <csesanthosh15@gmail.com>2022-05-18 23:33:07 +0530
committerLibravatar GitHub <noreply@github.com>2022-05-18 13:03:07 -0500
commit3c9f6f1f9d44ac484e0e76f5cd0563f76461ca9b (patch)
treee39a37a28846cda6ca30baf0a74663b97932751e /src/components/settings/account
parent6.0.0-nightly.40 [skip ci] (diff)
downloadferdium-app-3c9f6f1f9d44ac484e0e76f5cd0563f76461ca9b.tar.gz
ferdium-app-3c9f6f1f9d44ac484e0e76f5cd0563f76461ca9b.tar.zst
ferdium-app-3c9f6f1f9d44ac484e0e76f5cd0563f76461ca9b.zip
Remove duplicated Button.js component (#176)
Diffstat (limited to 'src/components/settings/account')
-rw-r--r--src/components/settings/account/AccountDashboard.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/settings/account/AccountDashboard.js b/src/components/settings/account/AccountDashboard.js
index 1d2d7a207..32e82940d 100644
--- a/src/components/settings/account/AccountDashboard.js
+++ b/src/components/settings/account/AccountDashboard.js
@@ -6,7 +6,7 @@ import ReactTooltip from 'react-tooltip';
6import { H1, H2 } from '../../ui/headline'; 6import { H1, H2 } from '../../ui/headline';
7 7
8import Loader from '../../ui/Loader'; 8import Loader from '../../ui/Loader';
9import Button from '../../ui/Button'; 9import Button from '../../ui/button';
10import Infobox from '../../ui/Infobox'; 10import Infobox from '../../ui/Infobox';
11import { LOCAL_SERVER, LIVE_FRANZ_API, LIVE_FERDI_API } from '../../../config'; 11import { LOCAL_SERVER, LIVE_FRANZ_API, LIVE_FERDI_API } from '../../../config';
12 12