From f5f3817ca75d2010377f12f3ff230bbaa1d43815 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 15 Jun 2024 21:10:56 +0530 Subject: [PATCH] chore: lint --- src/components/atoms/Loader.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/atoms/Loader.tsx b/src/components/atoms/Loader.tsx index cc855863..aaf69e9c 100644 --- a/src/components/atoms/Loader.tsx +++ b/src/components/atoms/Loader.tsx @@ -3,8 +3,8 @@ import { Stack } from "@mui/material"; export const Loader = () => { return ( - - + + Loading... );