added page for profile complete

This commit was merged in pull request #65.
This commit is contained in:
victorAnumudu
2025-08-12 19:51:13 +01:00
parent f450d0e868
commit 21463ed501
6 changed files with 134 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
import ProfileCompleteCom from '../component/profile_complete/ProfileCompleteCom';
export default function ProfileCompletePage(){
return <ProfileCompleteCom />
}