Skip to content

Commit 768a656

Browse files
committed
UI: Remove unused import from LocalManualRunOptions.js
1 parent c5cf872 commit 768a656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monkey/monkey_island/cc/ui/src/components/pages/RunMonkeyPage/RunManually/LocalManualRunOptions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import GenerateLocalWindowsPowershell from '../commands/local_windows_powershell
66
import GenerateLocalLinuxWget from '../commands/local_linux_wget';
77
import GenerateLocalLinuxCurl from '../commands/local_linux_curl';
88
import CommandDisplay from '../utils/CommandDisplay';
9-
import {Button, Form, Col} from 'react-bootstrap';
9+
import {Button, Form} from 'react-bootstrap';
1010
import IslandHttpClient, { APIEndpoint } from '../../../IslandHttpClient';
1111
import { useTimer } from 'react-timer-hook';
1212
import { CommandExpirationTimer } from '../utils/CommandExpirationTimer';

0 commit comments

Comments
 (0)