summaryrefslogtreecommitdiff
path: root/frontend/src/components/store
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2024-05-12 15:47:08 -0400
committerAAGaming <aagaming@riseup.net>2024-05-12 15:47:08 -0400
commit0b1c0694489b1b74b21c10ad29b59912edeb5e01 (patch)
tree659ef5ba75e3678c60bbf27c8a854e00e0bf74b2 /frontend/src/components/store
parent43b940e216e6b654e689cf791d298d57215196d4 (diff)
downloaddecky-loader-0b1c0694489b1b74b21c10ad29b59912edeb5e01.tar.gz
decky-loader-0b1c0694489b1b74b21c10ad29b59912edeb5e01.zip
port to @decky/ui
TODO: update package.json to match once @decky/ui is on NPM
Diffstat (limited to 'frontend/src/components/store')
-rw-r--r--frontend/src/components/store/PluginCard.tsx9
-rw-r--r--frontend/src/components/store/Store.tsx2
2 files changed, 2 insertions, 9 deletions
diff --git a/frontend/src/components/store/PluginCard.tsx b/frontend/src/components/store/PluginCard.tsx
index da144605..dd54aa65 100644
--- a/frontend/src/components/store/PluginCard.tsx
+++ b/frontend/src/components/store/PluginCard.tsx
@@ -1,11 +1,4 @@
-import {
- ButtonItem,
- Dropdown,
- Focusable,
- PanelSectionRow,
- SingleDropdownOption,
- SuspensefulImage,
-} from 'decky-frontend-lib';
+import { ButtonItem, Dropdown, Focusable, PanelSectionRow, SingleDropdownOption, SuspensefulImage } from '@decky/ui';
import { CSSProperties, FC, useState } from 'react';
import { useTranslation } from 'react-i18next';
diff --git a/frontend/src/components/store/Store.tsx b/frontend/src/components/store/Store.tsx
index fdb871b0..51dbecef 100644
--- a/frontend/src/components/store/Store.tsx
+++ b/frontend/src/components/store/Store.tsx
@@ -7,7 +7,7 @@ import {
Tabs,
TextField,
findModule,
-} from 'decky-frontend-lib';
+} from '@decky/ui';
import { Dispatch, FC, SetStateAction, useEffect, useMemo, useState } from 'react';
import { useTranslation } from 'react-i18next';