import * as React from 'react' import Layout from '@owlads/components/layout' export default function Index (): JSX.Element { return (

hola

hola

) }