Jobs list page updates & note adding modal.
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import React from 'react'
|
||||
import './loading-skeleton.styles.scss'
|
||||
import React from "react";
|
||||
import "./loading-skeleton.styles.scss";
|
||||
|
||||
import { Skeleton } from "antd";
|
||||
|
||||
export default function LoadingSkeleton() {
|
||||
return (
|
||||
<Skeleton className="loading-skeleton" active/>
|
||||
)
|
||||
export default function LoadingSkeleton(props) {
|
||||
return <Skeleton {...props} className='loading-skeleton' active />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user