Skip to content

Commit

Permalink
clean up deranged react triple-import in Updater.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 committed Feb 20, 2024
1 parent 61b984b commit 22b732b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/components/settings/pages/general/Updater.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ import {
findSP,
showModal,
} from 'decky-frontend-lib';
import { useCallback } from 'react';
import { Suspense, lazy } from 'react';
import { useEffect, useState } from 'react';
import { Suspense, lazy, useCallback, useEffect, useState } from 'react';
import { useTranslation } from 'react-i18next';
import { FaExclamation } from 'react-icons/fa';

Expand Down

0 comments on commit 22b732b

Please sign in to comment.