source:
imaps-frontend/src/components/LoadingContainer/LoadingContainer.jsx
Last change on this file was 0c6b92a, checked in by , 5 weeks ago | |
---|---|
|
|
File size: 235 bytes |
Line | |
---|---|
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.