Skip to content

Commit

Permalink
No rest for the shitty js devs
Browse files Browse the repository at this point in the history
  • Loading branch information
beebls authored Aug 5, 2024
1 parent 5d99e68 commit fd0767e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/theme-store/components/ThemeCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useCSSLoaderValue } from "@/backend";
import { AiOutlineDownload } from "react-icons/ai";
import { Focusable } from "@decky/ui";
import { FaBullseye, FaDownload, FaStar } from "react-icons/fa6";
import { useExpandedViewStateAction } from "@/modules/expanded-view";
import { useExpandedViewAction } from "@/modules/expanded-view";

interface ThemeCardProps {
theme: PartialCSSThemeInfo;
Expand Down

0 comments on commit fd0767e

Please sign in to comment.