Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <div>
  2. <BrowserRouter>
  3. <Route path="/authorize_callback" exact component={Initialization} />
  4. <Route path="/authorize_callback" exact component={Pagination} />
  5. <Route path="/authorize_callback" exact component={DisplaySaves} />
  6. </BrowserRouter>
  7. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement