Skip to content

Commit

Permalink
chore: Remove links
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Nov 23, 2023
1 parent d9f5515 commit 7c2ef46
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/e2e/src/app/app/cache/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Link from 'next/link'
import { Suspense } from 'react'
import { All } from './all'
import { Get } from './get'
Expand Down Expand Up @@ -27,14 +26,6 @@ export default function Page({
<Suspense>
<Set />
</Suspense>
<ul>
<li>
<Link href="/app/cache/a?str=from-root">To page A</Link>
</li>
<li>
<Link href="/app/cache/b?str=from-root">To page B</Link>
</li>
</ul>
</>
)
}

0 comments on commit 7c2ef46

Please sign in to comment.