import ProfileSection from "@/components/Routes/Profile" const Profile = () => { return ( <> <ProfileSection /> </> ) } export default Profile
info at phpclasses dot org