mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-03-24 06:22:33 +00:00
7 lines
99 B
TypeScript
7 lines
99 B
TypeScript
import Video from './Video/schema';
|
|
|
|
const mediaSchema = {
|
|
Video,
|
|
};
|
|
export default mediaSchema;
|