Skip to content

Commit 5eef42f

Browse files
committed
fix(react-router): Fix config type import
1 parent 9c1f79b commit 5eef42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router/src/vite/buildEnd/handleOnBuildEnd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { rm } from 'node:fs/promises';
2-
import type { Config } from '@react-router/dev/dist/config';
2+
import type { Config } from '@react-router/dev/config';
33
import SentryCli from '@sentry/cli';
44
import { glob } from 'glob';
55
import type { SentryReactRouterBuildOptions } from '../types';

0 commit comments

Comments
 (0)