summaryrefslogtreecommitdiff
path: root/frontend/src/components/DeckyToaster.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/DeckyToaster.tsx')
-rw-r--r--frontend/src/components/DeckyToaster.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/DeckyToaster.tsx b/frontend/src/components/DeckyToaster.tsx
index 6faece09..00b7b4db 100644
--- a/frontend/src/components/DeckyToaster.tsx
+++ b/frontend/src/components/DeckyToaster.tsx
@@ -1,4 +1,4 @@
-import { ToastData, joinClassNames } from 'decky-frontend-lib';
+import { ToastData, joinClassNames } from '@decky/ui';
import { FC, useEffect, useState } from 'react';
import { ReactElement } from 'react-markdown/lib/react-markdown';