import { Button, Callout, Intent } from '@vegaprotocol/ui-toolkit'; export function Index() { return (
With a longer explaination
); } Index.getInitialProps = () => ({ page: 'home', }); export default Index;