import "../style/settings/settings.css" import { MainTitle, SecondTitle } from "./component/Title" import {Header} from './template/Header' export default function Settings({username} : {username : string}){ return (
) } function Body() { return (
) } function AccountSettings(){ return (
); } function ContentAccountSettings() { return (
); } // function InputSettings(){ // return( //
//

{title}

//
// ) // }