Skip to content

Commit

Permalink
Feat: Added new file for profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
subru-37 committed Aug 24, 2024
1 parent 9e28c9f commit 0356e59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/web-admin/src/pages/profile/index.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const MyProfile = () => {
// unleash your creativity here
return <></>;
};
export default MyProfile;

0 comments on commit 0356e59

Please sign in to comment.