5 lines
166 B
React
5 lines
166 B
React
import ProfileCompleteCom from '../component/profile_complete/ProfileCompleteCom';
|
|
|
|
export default function ProfileCompletePage(){
|
|
return <ProfileCompleteCom />
|
|
} |