Skip to content

Commit 1778822

Browse files
committed
fix import ordering
1 parent 555c71e commit 1778822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tanstackstart-react/src/vite/autoInstrumentMiddleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import * as path from 'path';
21
import { stringMatchesSomePattern } from '@sentry/core';
2+
import * as path from 'path';
33
import type { Plugin } from 'vite';
44

55
type AutoInstrumentMiddlewareOptions = {

0 commit comments

Comments
 (0)