We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3029a61 commit 8d774e9Copy full SHA for 8d774e9
gui/src/components/firmware-tool/steps/FlashingStep.tsx
@@ -22,8 +22,6 @@ import { Button } from '@/components/commons/Button';
22
import { useNavigate } from 'react-router-dom';
23
import { firmwareToolS3BaseUrl } from '@/firmware-tool-api/firmwareToolFetcher';
24
import { DeviceCardControl } from '@/components/firmware-tool/DeviceCard';
25
-import { stat } from 'fs';
26
-import classNames from 'classnames';
27
28
export function FlashingStep({
29
goTo,
0 commit comments