Last active
April 6, 2021 14:23
-
-
Save azeezat/17a82f0b0004d50b0b44e709ffb4bd1a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const ProtectedRoute = ({ router, children }) => { | |
return children; | |
}; | |
export default ProtectedRoute; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment