From d331f682804b2572f4b58c33e5c8e8be8ad5e783 Mon Sep 17 00:00:00 2001 From: monoid Date: Wed, 6 Jul 2022 16:42:32 +0900 Subject: [PATCH] feat: loading in center --- src/client/component/loading.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/component/loading.tsx b/src/client/component/loading.tsx index 33580fd..aa26c17 100644 --- a/src/client/component/loading.tsx +++ b/src/client/component/loading.tsx @@ -2,7 +2,7 @@ import React from 'react'; import {Box, CircularProgress} from '@mui/material'; export const LoadingCircle = ()=>{ - return ( - + return ( + ); } \ No newline at end of file