source:
imaps-frontend/src/components/LoadingContainer/LoadingContainer.jsx@
0c6b92a
Last change on this file since 0c6b92a was 0c6b92a, checked in by , 5 weeks ago | |
---|---|
|
|
File size: 235 bytes |
Rev | Line | |
---|---|---|
[0c6b92a] | 1 | import React from "react"; |
2 | ||
3 | export const LoadingContainer = () => { | |
4 | return ( | |
5 | <div className="loading-container"> | |
6 | <div className="spinner"></div> | |
7 | <p>Loading, please wait...</p> | |
8 | </div> | |
9 | ); | |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.