Skip to content

Commit ad2fee7

Browse files
committed
fix import
1 parent 7d5c121 commit ad2fee7

File tree

1 file changed

+2
-4
lines changed
  • packages/next/src/client/components/react-dev-overlay/internal/helpers

1 file changed

+2
-4
lines changed

packages/next/src/client/components/react-dev-overlay/internal/helpers/stack-frame.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import type {
2-
OriginalStackFrameResponse,
3-
StackFrame,
4-
} from '../../server/shared'
1+
import type { StackFrame } from 'next/dist/compiled/stacktrace-parser'
2+
import type { OriginalStackFrameResponse } from '../../server/shared'
53

64
export interface OriginalStackFrame extends OriginalStackFrameResponse {
75
error: boolean

0 commit comments

Comments
 (0)