From dfc092f62284d9bc1bc331e704e08ee9eb719aa7 Mon Sep 17 00:00:00 2001 From: Nam Anh Date: Wed, 2 Oct 2024 16:16:41 -0400 Subject: [PATCH] ran prettier --- frontend/src/context/toastContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/context/toastContext.tsx b/frontend/src/context/toastContext.tsx index 28448d4b..10573733 100644 --- a/frontend/src/context/toastContext.tsx +++ b/frontend/src/context/toastContext.tsx @@ -73,4 +73,4 @@ export const ToastProvider = ({ children }: ToastProviderProps) => { {children} ); -}; \ No newline at end of file +};