source:
imaps-frontend/src/components/LoadingContainer/LoadingContainer.jsx@
79a0317
Last change on this file since 79a0317 was 79a0317, checked in by , 4 days ago | |
---|---|
|
|
File size: 243 bytes |
Line | |
---|---|
1 | import React from "react"; |
2 | import styles from "./LoadingContainer.module.css" |
3 | |
4 | export const LoadingContainer = () => { |
5 | return ( |
6 | <div className="loading-container"> |
7 | <div className="spinner"></div> |
8 | </div> |
9 | ); |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.