import { Heading } from 'components/shared/Heading'; const Settings = () => { return (
{/* Header */}
Settings
); }; export default Settings;