Skip to content

Commit 28c5532

Browse files
authored
Run yarn upgrade (#157)
1 parent 358947a commit 28c5532

File tree

2 files changed

+696
-540
lines changed

2 files changed

+696
-540
lines changed

ts/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {Root} from './Root';
77
const App = () => (
88
<Router>
99
<Switch>
10-
<Route name="pair" path="/:index?" component={Root} />
10+
<Route path="/:index?" component={Root} />
1111
</Switch>
1212
</Router>
1313
);

0 commit comments

Comments
 (0)