Skip to content

Commit 65b3a82

Browse files
remove unused type import from example
1 parent 99dcd67 commit 65b3a82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ A Worker that uses the library might look like this:
2121

2222
```ts
2323
import { OAuthProvider } from "my-oauth";
24-
import type { ExportedHandler } from "@cloudflare/workers-types";
2524
import { WorkerEntrypoint } from "cloudflare:workers";
2625

2726
// We export the OAuthProvider instance as the entrypoint to our Worker. This means it

0 commit comments

Comments
 (0)