import * as React from 'react'; import CssBaseline from '@mui/material/CssBaseline'; import Typography from '@mui/material/Typography'; import Avatar from '@mui/material/Avatar'; import Skeleton from '@mui/material/Skeleton'; export default function SkeletonChildren() { return (
.
); }