@@ -1,12 +1,12 @@
|
||||
import React from "react";
|
||||
import "./loading-skeleton.styles.scss";
|
||||
|
||||
import { Skeleton } from "antd";
|
||||
import {Skeleton} from "antd";
|
||||
|
||||
export default function LoadingSkeleton(props) {
|
||||
return (
|
||||
<Skeleton {...props} className="loading-skeleton" active>
|
||||
{props.children}
|
||||
</Skeleton>
|
||||
);
|
||||
return (
|
||||
<Skeleton {...props} className="loading-skeleton" active>
|
||||
{props.children}
|
||||
</Skeleton>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user