Merge dev

This commit is contained in:
ilya-bkv 2024-03-21 15:48:54 +03:00
parent 4c655509df
commit c80b2f044a

View File

@ -23,10 +23,10 @@ import { Row2 } from '../../Feed/Row2'
import { Row3 } from '../../Feed/Row3' import { Row3 } from '../../Feed/Row3'
import { Loading } from '../../_shared/Loading' import { Loading } from '../../_shared/Loading'
import { MODALS, hideModal } from '../../../stores/ui'
import { byCreated } from '../../../utils/sortby' import { byCreated } from '../../../utils/sortby'
import stylesArticle from '../../Article/Article.module.scss' import stylesArticle from '../../Article/Article.module.scss'
import styles from './Author.module.scss' import styles from './Author.module.scss'
import { hideModal, MODALS } from "../../../stores/ui";
type Props = { type Props = {
shouts: Shout[] shouts: Shout[]