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