Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Sep 12, 2024
1 parent 5ce258c commit c571ea7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions waspc/examples/todoApp/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ export function App({ children }: any) {
<div className="app border-spacing-2 p-4">
<header className="flex justify-between">
<h1 className="font-bold text-3xl mb-5">
<Link to="/*" params={{ splat: 'somethingelse' }}>
{appName}
</Link>

{/* <Link to="/task/nesto?/:id" params={{ id: 1 }}>Filip</Link> */}
<Link to="/">{appName}</Link>
</h1>
<h2>
Your site was loaded at: {date?.toLocaleString()} {connectionIcon}
Expand Down

0 comments on commit c571ea7

Please sign in to comment.