Skip to content

Commit

Permalink
chore: remove boom
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed May 9, 2023
1 parent f22ce7b commit 10606fc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
10 changes: 0 additions & 10 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,16 +159,6 @@ function Navbar({
/>
<div className="flex-1">{title}</div>
{menu}
<div className="flex-none flex items-center">
<button
className="antd-btn antd-btn-default px-1"
onClick={() => {
throw new Error("Boom!");
}}
>
Boom!
</button>
</div>
{!user && (
<div className="flex-none flex items-center">
<Link
Expand Down
5 changes: 0 additions & 5 deletions app/routes/dev/throw-loader.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions app/routes/dev/throw-render.tsx

This file was deleted.

0 comments on commit 10606fc

Please sign in to comment.