From b71aee14af29047a8789bd0cc1bc075aa261f80c Mon Sep 17 00:00:00 2001 From: Omotola Odusanya <136008736+itstolexy@users.noreply.github.com> Date: Sat, 20 Jul 2024 18:03:49 +0100 Subject: [PATCH] Update app/components/constant/index.tsx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- app/components/constant/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/constant/index.tsx b/app/components/constant/index.tsx index ddd44426..e37fdf69 100644 --- a/app/components/constant/index.tsx +++ b/app/components/constant/index.tsx @@ -15,4 +15,4 @@ export const defaultFormError: IFormError = { export const defaultAlert: { message: string | null; classType?: string } = { message: null, classType: undefined, -}; \ No newline at end of file +};