Skip to content

Commit

Permalink
Fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUrX committed Dec 20, 2024
1 parent d84eaa2 commit 02cc249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/components/firmware-update/FirmwareUpdate.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Localized, ReactLocalization, useLocalization } from '@fluent/react';
import { Typography } from '@/components/commons/Typography';
import { getTrackerName, useTracker, useTrackerFromId } from '@/hooks/tracker';
import { getTrackerName } from '@/hooks/tracker';
import { ComponentProps, useEffect, useMemo, useState } from 'react';
import {
BoardType,
Expand Down

0 comments on commit 02cc249

Please sign in to comment.