Skip to content

Commit 19ad2c6

Browse files
committed
docs: remove redundant code
1 parent 730fa5d commit 19ad2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Then we point `redirect_url` to `LinkedInCallback`. You can use [react-router-do
119119
import React from 'react';
120120
import { LinkedInCallback } from 'react-linkedin-login-oauth2';
121121

122-
import { BrowserRouter, Route, Switch } from 'react-router-dom';
122+
import { BrowserRouter, Route } from 'react-router-dom';
123123

124124
function Demo() {
125125
return (

0 commit comments

Comments
 (0)