source: imaps-frontend/src/components/LoadingContainer/LoadingContainer.jsx@ 0c6b92a

main
Last change on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago

Pred finalna verzija

  • Property mode set to 100644
File size: 235 bytes
RevLine 
[0c6b92a]1import React from "react";
2
3export 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.