aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/Loading.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/Loading.tsx')
-rw-r--r--subprojects/frontend/src/Loading.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/subprojects/frontend/src/Loading.tsx b/subprojects/frontend/src/Loading.tsx
index 8c293239..489563e0 100644
--- a/subprojects/frontend/src/Loading.tsx
+++ b/subprojects/frontend/src/Loading.tsx
@@ -1,6 +1,5 @@
1import CircularProgress from '@mui/material/CircularProgress'; 1import CircularProgress from '@mui/material/CircularProgress';
2import { styled } from '@mui/material/styles'; 2import { styled } from '@mui/material/styles';
3import React from 'react';
4 3
5const LoadingRoot = styled('div')(({ theme }) => ({ 4const LoadingRoot = styled('div')(({ theme }) => ({
6 width: '100%', 5 width: '100%',