source: frontend/src/Components/BecomeAHost/Overlay.js@ 07f4e8b

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

images upload/download impl, other fixes

  • 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.