1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

muro: updated avatar

This commit is contained in:
Fedor Katurov 2023-03-16 21:15:23 +06:00
parent 25632b4aed
commit 9bc9cd7ed9
2 changed files with 134 additions and 91 deletions

View file

@ -5,7 +5,7 @@ import { Avatar } from '~/components/common/Avatar';
import { InlineUsername } from '~/components/common/InlineUsername';
import { Square } from '~/components/common/Square';
import { NotificationItem } from '~/types/notifications';
import { formatText, getPrettyDate, getURLFromString } from '~/utils/dom';
import { formatText, getURLFromString } from '~/utils/dom';
import styles from './styles.module.scss';