Skip to content

Commit 83951be

Browse files
committed
fix lint errors
1 parent d70f29d commit 83951be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/test/reactrouterv5.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { render, act } from '@testing-library/react';
1+
import { act,render } from '@testing-library/react';
22
import { createMemoryHistory } from 'history-4';
33
import * as React from 'react';
44
import { matchPath, Route, Router, Switch } from 'react-router-5';

0 commit comments

Comments
 (0)