aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/publishDebugInfo
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/features/publishDebugInfo
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/features/publishDebugInfo')
-rw-r--r--src/features/publishDebugInfo/Component.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/publishDebugInfo/Component.js b/src/features/publishDebugInfo/Component.js
index ff052a050..c40f8559f 100644
--- a/src/features/publishDebugInfo/Component.js
+++ b/src/features/publishDebugInfo/Component.js
@@ -7,7 +7,7 @@ import { state as ModalState } from './store';
7 7
8import { H1 } from '../../components/ui/headline'; 8import { H1 } from '../../components/ui/headline';
9import { sendAuthRequest } from '../../api/utils/auth'; 9import { sendAuthRequest } from '../../api/utils/auth';
10import Button from '../../components/ui/Button'; 10import Button from '../../components/ui/button';
11import { Input } from '../../components/ui/input/index'; 11import { Input } from '../../components/ui/input/index';
12import Modal from '../../components/ui/Modal'; 12import Modal from '../../components/ui/Modal';
13import { DEBUG_API } from '../../config'; 13import { DEBUG_API } from '../../config';