First commit

This commit is contained in:
2019-10-19 00:53:52 +05:30
parent 60a6e378ad
commit 249bd0aaa9
66 changed files with 16604 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
import React from 'react'
export class PageLoader extends React.Component {
render() {
return (
<div className="c-page-loader">
{/* <SkeletonBlock height="100vh" width="100vw" /> */}
</div>
)
}
}
PageLoader.propTypes = {
}
export default PageLoader