From c5ccb4dfb88f12857a4fb6e022501222b37bea21 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sat, 17 Sep 2022 11:36:53 -0400 Subject: fix TS errors in Toast --- frontend/src/components/Toast.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src/components/Toast.tsx') 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: { -- cgit v1.2.3