Skip to content

Commit 78027d8

Browse files
chore: fix ssr in rr7.3
1 parent 7351e1e commit 78027d8

File tree

1 file changed

+1
-1
lines changed
  • examples/federation/epic-stack/tests/mocks

1 file changed

+1
-1
lines changed

examples/federation/epic-stack/tests/mocks/resend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { faker } from '@faker-js/faker'
2-
import { HttpResponse, http, type HttpHandler, bypass } from 'msw'
2+
import { HttpResponse, http, type HttpHandler } from 'msw'
33
import { requireHeader, writeEmail } from './utils.ts'
44

55
const { json } = HttpResponse

0 commit comments

Comments
 (0)