Skip to content

Commit 9cec575

Browse files
committed
Fix import
1 parent aff7270 commit 9cec575

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demos/bookstore/app/router.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { createRouter, logger } from '@remix-run/fetch-router'
1+
import { createRouter } from '@remix-run/fetch-router'
2+
import { logger } from '@remix-run/fetch-router/logger-middleware'
23

34
import { routes } from '../routes.ts'
45
import { storeContext } from './middleware/context.ts'

0 commit comments

Comments
 (0)