source: jobvista-frontend/src/views/static/Loading.js@ 08f82ec

main
Last change on this file since 08f82ec was 08f82ec, checked in by 223021 <daniel.ilievski.2@…>, 11 days ago

Did more refactoring

  • Property mode set to 100644
File size: 299 bytes
Line 
1import "./Loading.css"
2
3export const Loading = () => {
4 return (
5 <div className="loading-container">
6 <div className="loading-logo"></div>
7 <div className="loading-brand-name"></div>
8
9 {/*<div className="loading-signature"></div>*/}
10 </div>
11 )
12}
Note: See TracBrowser for help on using the repository browser.