Skip to content

Commit

Permalink
chore: migrate sign-in success page to TSX
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino committed Dec 27, 2024
1 parent 998e981 commit 7975b9f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const SignInSuccess = () => {
export const SignInSuccess: React.FC = () => {
return (
<div className="page" id="success-page">
<div className="d-flex flex-column">
Expand All @@ -25,4 +25,4 @@ export const SignInSuccess = () => {
</div>
</div>
);
};
};

0 comments on commit 7975b9f

Please sign in to comment.