diff options
Diffstat (limited to 'frontend/src/components/patchnotes')
| -rw-r--r-- | frontend/src/components/patchnotes/InlinePatchNotes.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/patchnotes/InlinePatchNotes.tsx b/frontend/src/components/patchnotes/InlinePatchNotes.tsx index 84861c04..cf25efcb 100644 --- a/frontend/src/components/patchnotes/InlinePatchNotes.tsx +++ b/frontend/src/components/patchnotes/InlinePatchNotes.tsx @@ -1,4 +1,4 @@ -import { Focusable, updaterFieldClasses } from 'decky-frontend-lib'; +import { Focusable, updaterFieldClasses } from '@decky/ui'; import { FunctionComponent, ReactNode } from 'react'; interface InlinePatchNotesProps { |
