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 +};