Skip to content

Commit 34bf263

Browse files
committed
fix(react-router): lint
1 parent 46b332d commit 34bf263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router/src/__tests__/exports.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { logger } from '@clerk/shared/logger';
22
import { vi } from 'vitest';
33

44
import * as publicExports from '../index';
5-
import * as serverExports from '../server/index';
65
import * as legacyExports from '../legacy';
6+
import * as serverExports from '../server/index';
77

88
describe('root public exports', () => {
99
it('should not change unexpectedly', () => {

0 commit comments

Comments
 (0)