7 lines
295 B
Plaintext
7 lines
295 B
Plaintext
|
|
<Box sx={{ m: 'auto', display: 'flex', alignItems: 'center', gap: 2 }}>
|
||
|
|
<Skeleton variant="circular" width={48} height={48} />
|
||
|
|
<div>
|
||
|
|
<Skeleton variant="rectangular" width={200} height="1em" sx={{ mb: 1 }} />
|
||
|
|
<Skeleton variant="rectangular" width={140} height="1em" />
|
||
|
|
</div>
|
||
|
|
</Box>
|