import { MuiCircularProgress as CircularProgress } from '@toeverything/components/ui'; import style9 from 'style9'; const styles = style9.create({ container: { display: 'flex', justifyContent: 'center', alignItems: 'center', width: '100%', height: 'calc( 100vh - 64px )', }, }); /** * Loading components occupy the entire page */ export function PageLoading() { return (