summaryrefslogtreecommitdiff
path: root/frontend/src/components/DeckyToaster.tsx
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/DeckyToaster.tsx
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/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';