diff --git a/src/pages/Profile.jsx b/src/pages/Profile.jsx new file mode 100644 index 0000000..1991198 --- /dev/null +++ b/src/pages/Profile.jsx @@ -0,0 +1,27 @@ +import React from "react"; +import Menu from "../components/Menu"; +import CountrySelect from "../components/CountrySelect"; +import ProfileSelect from "../components/ProfileSelect"; +import { Link } from "react-router-dom"; + +export default function Profile() { + return ( +