import Container from "../Container" import Form from "./Form" import type { ProfileProps } from "@/types/components/myPages/myProfile/profile" export default function EditProfile(props: ProfileProps) { return (
) }