source:
jobvista-frontend/src/views/static/Loading.js
Last change on this file was 08f82ec, checked in by , 5 months ago | |
---|---|
|
|
File size: 299 bytes |
Line | |
---|---|
1 | import "./Loading.css" |
2 | |
3 | export 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.