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:
parent
b551fc44ea
commit
d757b74fd0
9 changed files with 6 additions and 210 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue