Skip to content

Commit d4723d1

Browse files
committed
fix lint
1 parent e4839e4 commit d4723d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gui/src/components/home/ResetButton.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Localized } from '@fluent/react';
22
import { ResetType } from 'solarxr-protocol';
33
import { Button } from '@/components/commons/Button';
44
import classNames from 'classnames';
5-
import { ResetBtnStatus, useReset, UseResetOptions } from '@/hooks/reset';
5+
import { useReset, UseResetOptions } from '@/hooks/reset';
66
import {
77
FullResetIcon,
88
YawResetIcon,
@@ -13,7 +13,6 @@ import { FootIcon } from '@/components/commons/icon/FootIcon';
1313
import { FingersIcon } from '@/components/commons/icon/FingersIcon';
1414
import { Tooltip } from '@/components/commons/Tooltip';
1515
import { Typography } from '@/components/commons/Typography';
16-
import { stat } from 'fs';
1716

1817
export function ResetButtonIcon(options: UseResetOptions) {
1918
if (options.type === ResetType.Mounting && !options.group)

0 commit comments

Comments
 (0)