import React from "react"; import PlaceholderPage from "@/components/PlaceholderPage"; const Profile: React.FC = () => { return ; }; export default Profile;