Skip to content

Commit 10bf977

Browse files
authored
docs(fetch-router): fix import (#10917)
1 parent 244b76e commit 10bf977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fetch-router/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The example below is a small site with a home page, an "about" page, and a blog.
3131

3232
```ts
3333
import { createRouter, route } from '@remix-run/fetch-router'
34-
import { logger } from '@remix-run/fetch-router/logger-middleware'
34+
import { logger } from '@remix-run/logger-middleware'
3535

3636
// `route()` creates a "route map" that organizes routes by name. The keys
3737
// of the map may be any name, and may be nested to group related routes.

0 commit comments

Comments
 (0)