diff options
Diffstat (limited to 'frontend/src/components')
| -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: { |
