Skip to content

Commit

Permalink
remove error button
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecasal committed Aug 4, 2023
1 parent 6bbc0d1 commit df07c64
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/routes/_marketing+/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,6 @@ export default function Index() {

return (
<>
<button
onClick={() =>
// @ts-ignore
methodDoesNotExist()
}
>
Break the world
</button>
<HeroAndre />
<Brands />
<Container>
Expand Down

0 comments on commit df07c64

Please sign in to comment.