updated profile layout

This commit was merged in pull request #66.
This commit is contained in:
victorAnumudu
2025-08-13 11:08:30 +01:00
parent 6421eb5b3e
commit f3ebb0a925
6 changed files with 89 additions and 26 deletions
-1
View File
@@ -1,6 +1,5 @@
import ProfileCompleteCom from '../component/profile_complete/ProfileCompleteCom';
export default function ProfileCompletePage(){
return <ProfileCompleteCom />
}