aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/publishDebugInfo
diff options
context:
space:
mode:
authorLibravatar Santhosh Chinnasamy <csesanthosh15@gmail.com>2022-05-16 11:35:34 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-05-16 06:20:11 -0500
commitbbde4a9d54d9c7dc03f34ca4113061a605dd5040 (patch)
tree240f6a34a6b772fb3e04d9bf96b1f36bc4cf7cca /src/features/publishDebugInfo
parent6.0.0-nightly.37 [skip ci] (diff)
downloadferdium-app-bbde4a9d54d9c7dc03f34ca4113061a605dd5040.tar.gz
ferdium-app-bbde4a9d54d9c7dc03f34ca4113061a605dd5040.tar.zst
ferdium-app-bbde4a9d54d9c7dc03f34ca4113061a605dd5040.zip
remove duplicate Button component
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';