Skip to content

Instantly share code, notes, and snippets.

@azeezat
Last active April 6, 2021 14:23
Show Gist options
  • Save azeezat/17a82f0b0004d50b0b44e709ffb4bd1a to your computer and use it in GitHub Desktop.
Save azeezat/17a82f0b0004d50b0b44e709ffb4bd1a to your computer and use it in GitHub Desktop.
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