import React from 'react' export default function layout({children}) { return ( {children} ) }