source: frontend/src/Components/BecomeAHost/Overlay.js@ ac19a0c

Last change on this file since ac19a0c was e9b4ba9, checked in by darsov2 <62809499+darsov2@…>, 6 months ago

prototype

  • Property mode set to 100644
File size: 239 bytes
Line 
1import { Container } from 'react-bootstrap';
2
3function BecomeAHostOverlay() {
4 return (
5 <>
6 <Container style={{position: 'relative'}}>
7
8 </Container>
9 </>
10 );
11}
12
13export default BecomeAHostOverlay;
Note: See TracBrowser for help on using the repository browser.