Skip to content

Commit

Permalink
feat: add sign up page
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi-mungse committed Apr 16, 2024
1 parent 34a14a7 commit 033a979
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/pages/auth/sign-up.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import Container from "../../components/global/container";
import Heading from "../../components/global/heading";

const SignUp = () => {
return (
<Container>
<Heading title="SignUp Page" />
</Container>
);
};

export default SignUp;

0 comments on commit 033a979

Please sign in to comment.