summaryrefslogtreecommitdiff
path: root/frontend/src/components/modals/filepicker/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/modals/filepicker/index.tsx')
-rw-r--r--frontend/src/components/modals/filepicker/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/modals/filepicker/index.tsx b/frontend/src/components/modals/filepicker/index.tsx
index 2fbc800b..dc57b2c9 100644
--- a/frontend/src/components/modals/filepicker/index.tsx
+++ b/frontend/src/components/modals/filepicker/index.tsx
@@ -10,7 +10,7 @@ import {
SteamSpinner,
TextField,
ToggleField,
-} from 'decky-frontend-lib';
+} from '@decky/ui';
import { filesize } from 'filesize';
import { FunctionComponent, useCallback, useEffect, useMemo, useState } from 'react';
import { DefaultExtensionType, FileIcon, defaultStyles } from 'react-file-icon';