From a925af9ffa7f8c05ff25cd21e7867a2670785dc3 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 15 Jun 2024 21:13:07 +0530 Subject: [PATCH] fix: move StyledParagraph below --- src/components/atoms/Loader.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/atoms/Loader.tsx b/src/components/atoms/Loader.tsx index aaf69e9c..aafdaee4 100644 --- a/src/components/atoms/Loader.tsx +++ b/src/components/atoms/Loader.tsx @@ -5,7 +5,9 @@ export const Loader = () => { return ( - Loading... + + Loading... + ); }