We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358947a commit 28c5532Copy full SHA for 28c5532
ts/index.tsx
@@ -7,7 +7,7 @@ import {Root} from './Root';
7
const App = () => (
8
<Router>
9
<Switch>
10
- <Route name="pair" path="/:index?" component={Root} />
+ <Route path="/:index?" component={Root} />
11
</Switch>
12
</Router>
13
);
0 commit comments