Files
MermsPanelReactJS/src/views/ProfileCompletePage.jsx
T
2025-08-13 11:08:30 +01:00

5 lines
166 B
React

import ProfileCompleteCom from '../component/profile_complete/ProfileCompleteCom';
export default function ProfileCompletePage(){
return <ProfileCompleteCom />
}