/
home
/
obinna
/
html
/
cravings
/
resources
/
components
/
ProfileContainer
/
UI
/
Upload File
HOME
import React from 'react' function Container(props) { return ( <div style={{ position: 'fixed', top: '10px', right: '10px' }} > {props.children} </div> ) } export default Container