Remove Sentry test button

This commit is contained in:
Mitchell McCaffrey 2020-10-27 09:43:25 +11:00
parent 3599cad2e2
commit 5021e06805

View File

@ -37,13 +37,6 @@ function Home() {
alignItems: "center",
}}
>
<button
onClick={() => {
throw Error("AHHHHHH");
}}
>
Break the world
</button>
<Flex
sx={{
flexDirection: "column",