Skip to content

Commit

Permalink
remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenbruyns committed May 30, 2024
1 parent d7fedfa commit 5a058e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Achievements.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { ConfirmModal, Focusable, ModalRoot, ModalRootProps, PanelSection, ServerAPI, ToggleField, gamepadTabbedPageClasses, showModal } from "decky-frontend-lib";
import { get } from "mobx";
import { Focusable, ModalRoot, ModalRootProps, PanelSection, ServerAPI, gamepadTabbedPageClasses, showModal } from "decky-frontend-lib";
import { VFC, useState } from "react";
import { AchievementDetails, addAchievement, getAchievementDetails, getAchievements, hasAchievement } from "./Utils/achievements";
import { IconContext } from "react-icons";
Expand Down

0 comments on commit 5a058e3

Please sign in to comment.