summaryrefslogtreecommitdiff
path: root/frontend/src/components/Toast.tsx
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2022-09-17 11:36:53 -0400
committerGitHub <noreply@github.com>2022-09-17 11:36:53 -0400
commitc5ccb4dfb88f12857a4fb6e022501222b37bea21 (patch)
tree19776353fdec258a809acbc34ce307aa80e28751 /frontend/src/components/Toast.tsx
parent8b1925bc532c0c23839520009cc37925085ae1b7 (diff)
downloaddecky-loader-c5ccb4dfb88f12857a4fb6e022501222b37bea21.tar.gz
decky-loader-c5ccb4dfb88f12857a4fb6e022501222b37bea21.zip
fix TS errors in Toast
Diffstat (limited to 'frontend/src/components/Toast.tsx')
-rw-r--r--frontend/src/components/Toast.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/components/Toast.tsx b/frontend/src/components/Toast.tsx
index abd8214b..559c37c6 100644
--- a/frontend/src/components/Toast.tsx
+++ b/frontend/src/components/Toast.tsx
@@ -1,5 +1,5 @@
-import { ToastData, findModule, findModuleChild, joinClassNames } from 'decky-frontend-lib';
-import { FunctionComponent, useEffect } from 'react';
+import { ToastData, findModule, joinClassNames } from 'decky-frontend-lib';
+import { FunctionComponent } from 'react';
interface ToastProps {
toast: {