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

@ -1,6 +1,6 @@
import { FC, useMemo } from 'react';
import { AudioPlayer } from '~/components/media/AudioPlayer';
import { AudioPlayer } from '~/components/common/AudioPlayer';
import { AudioUpload } from '~/components/upload/AudioUpload';
import { UploadStatus } from '~/store/uploader/UploaderStore';
import { IFile } from '~/types';