diff --git a/src/modules/theme-store/components/ThemeCard.tsx b/src/modules/theme-store/components/ThemeCard.tsx index 0cf1717..d248af1 100644 --- a/src/modules/theme-store/components/ThemeCard.tsx +++ b/src/modules/theme-store/components/ThemeCard.tsx @@ -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;