adding a bunch of linting and starting project over with nothing
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { Skeleton } from "antd";
|
||||
|
||||
export default function SkeletonLoader() {
|
||||
return <Skeleton avatar paragraph={{ rows: 4 }} />;
|
||||
}
|
||||
Reference in New Issue
Block a user