import React from 'react'; import {ProfileHeader} from "../../components/ProfileHeader/ProfileHeader"; export const Settings = () => { return (
) };