Skip to content

Commit

Permalink
add preliminary edit page
Browse files Browse the repository at this point in the history
  • Loading branch information
miladtsx committed Oct 8, 2024
1 parent 0ea4a2b commit a903bc4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/profile/edit/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"use client";

export default function EditProfile() {
return (
<div className="min-h-screen bg-gray-100 flex justify-center items-center">
Coming Soon ...
</div>
);
}

0 comments on commit a903bc4

Please sign in to comment.