import React from 'react' export default function HomeContainer(props) { return (
{props.children}
) }