Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <ProtectedRoute
  2. exact
  3. layout={AuthenticatedLayout}
  4. currentUser={currentUser}
  5. path="/app/search"
  6. component={AppSearchRoute}
  7. />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement