Skip to content

Commit ba487ca

Browse files
committed
refactor: clean example
1 parent cb62fb6 commit ba487ca

File tree

4 files changed

+2
-19
lines changed

4 files changed

+2
-19
lines changed

examples/pages/api/hello.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

examples/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import { Thing, usePrefetch } from 'use-link-prefetch'
1+
import { usePrefetch } from 'use-link-prefetch'
22

33
const Page = () => {
44
const router = usePrefetch(['/about'])
55
console.log(router)
66
return (
77
<div>
8-
<Thing />
8+
Hello world
99
</div>
1010
)
1111
}

examples/public/favicon.ico

-25.3 KB
Binary file not shown.

examples/public/vercel.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)