/*! ========================================================= * Argon Dashboard React - v1.2.4 ========================================================= * Product Page: https://www.creative-tim.com/product/argon-dashboard-react * Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/argon-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim ========================================================= * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. */ // reactstrap components import { Button, Card, CardHeader, CardBody, FormGroup, Form, Input, Container, Row, Col, } from "reactstrap"; // core components import UserHeader from "components/Headers/UserHeader.js"; const Profile = () => { return ( <> {/* Page content */}
22 Friends
10 Photos
89 Comments

Jessica Jones , 27

Bucharest, Romania
Solution Manager - Creative Tim Officer
University of Computer Science

Ryan — the name taken by Melbourne-raised, Brooklyn-based Nick Murphy — writes, performs and records all of his own music.

e.preventDefault()}> Show more

My account

User information

{/* Address */}
Contact information

{/* Description */}
About me
); }; export default Profile;