import { h } from 'preact'; import Header from './Header'; export default function(props) { return (
{ props.children }
); }