From 8d6176890773fa42f7babc0a1d68c354e5e23cbe Mon Sep 17 00:00:00 2001 From: developomp Date: Tue, 21 Dec 2021 13:58:11 +0900 Subject: [PATCH] renamed variable to match filename --- source/src/components/Loading.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/src/components/Loading.tsx b/source/src/components/Loading.tsx index 1413918..74eb0c3 100644 --- a/source/src/components/Loading.tsx +++ b/source/src/components/Loading.tsx @@ -93,7 +93,7 @@ const StyledSVG = styled.svg` } ` -const Spinner = () => { +const Loading = () => { return ( { ) } -export default Spinner +export default Loading