Skip to content

Instantly share code, notes, and snippets.

@zinedkaloc
Created August 8, 2022 11:18
Show Gist options
  • Save zinedkaloc/16a67144b26e43682353bd3e66dbeed6 to your computer and use it in GitHub Desktop.
Save zinedkaloc/16a67144b26e43682353bd3e66dbeed6 to your computer and use it in GitHub Desktop.
export function Redirect() {
return (
<div style={{ margin: '20px 20px' }}>
You are redirecting to the profile page...
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment