import React from 'react'; import styles from './styles'; export default function Content(props) { return (
{props.children}
); }