import styles from '../../styles/FeedSettings.module.scss' import { t } from '../../utils/intl' // type FeedSettingsSearchParams = { // by: '' | 'topics' | 'authors' | 'reacted' // } export const FeedSettingsView = (_props) => { return (

{t('Feed settings')}

Общее

Мои подписки

) }