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

refactored media components

This commit is contained in:
Fedor Katurov 2023-11-21 19:34:22 +06:00
parent b551fc44ea
commit d757b74fd0
9 changed files with 6 additions and 210 deletions

View file

@ -10,8 +10,8 @@ import {
import classnames from 'classnames';
import { AudioPlayer } from '~/components/common/AudioPlayer';
import { Group } from '~/components/common/Group';
import { AudioPlayer } from '~/components/media/AudioPlayer';
import { UploadType } from '~/constants/uploads';
import { IComment, IFile } from '~/types';
import { formatCommentText, getPrettyDate } from '~/utils/dom';