nice navigation and clean with authentication/login and such
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { Skeleton } from "@mui/material";
|
||||
|
||||
export default function SkeletonLoader() {
|
||||
return (
|
||||
<div>
|
||||
<Skeleton variant="text" width={210} />
|
||||
<Skeleton variant="circular" width={40} height={40} />
|
||||
<Skeleton variant="rectangular" width={210} height={118} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user