import NavBar from "@/components/Settings/NavBar"; import Card from "@mui/material/Card"; import { Typography } from "@mui/material"; import ChangePassword from "@/components/Settings/Account/ChangePassword"; export default function Account() { return ( <> Settings {/* NavBar */} {/* ChangePassword */} ); }