diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-09-17 11:36:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-17 11:36:53 -0400 |
| commit | c5ccb4dfb88f12857a4fb6e022501222b37bea21 (patch) | |
| tree | 19776353fdec258a809acbc34ce307aa80e28751 /frontend/src | |
| parent | 8b1925bc532c0c23839520009cc37925085ae1b7 (diff) | |
| download | decky-loader-c5ccb4dfb88f12857a4fb6e022501222b37bea21.tar.gz decky-loader-c5ccb4dfb88f12857a4fb6e022501222b37bea21.zip | |
fix TS errors in Toast
Diffstat (limited to 'frontend/src')
| -rw-r--r-- | frontend/src/components/Toast.tsx | 4 |
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: { |
