Add event collection.

This commit is contained in:
Mike Cao 2020-07-19 01:57:01 -07:00
parent 1ca72cbd9c
commit 9f3acd1583
6 changed files with 87 additions and 3 deletions

View file

@ -14,6 +14,10 @@ export default function Home() {
<Link href="/?q=123">
<a>123</a>
</Link>
<br />
<button id="primary-button" className="otherClass umami--click" type="button">
Button
</button>
</Layout>
);
}