File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { Localized } from '@fluent/react';
22import { ResetType } from 'solarxr-protocol' ;
33import { Button } from '@/components/commons/Button' ;
44import classNames from 'classnames' ;
5- import { ResetBtnStatus , useReset , UseResetOptions } from '@/hooks/reset' ;
5+ import { useReset , UseResetOptions } from '@/hooks/reset' ;
66import {
77 FullResetIcon ,
88 YawResetIcon ,
@@ -13,7 +13,6 @@ import { FootIcon } from '@/components/commons/icon/FootIcon';
1313import { FingersIcon } from '@/components/commons/icon/FingersIcon' ;
1414import { Tooltip } from '@/components/commons/Tooltip' ;
1515import { Typography } from '@/components/commons/Typography' ;
16- import { stat } from 'fs' ;
1716
1817export function ResetButtonIcon ( options : UseResetOptions ) {
1918 if ( options . type === ResetType . Mounting && ! options . group )
You can’t perform that action at this time.
0 commit comments