mirror of
https://github.com/strapi/strapi.git
synced 2025-09-22 06:50:51 +00:00
10 lines
145 B
JavaScript
10 lines
145 B
JavaScript
![]() |
import React from 'react';
|
||
|
|
||
|
const InputMedia = props => {
|
||
|
console.log(props);
|
||
|
|
||
|
return <div>COMING SOON</div>;
|
||
|
};
|
||
|
|
||
|
export default InputMedia;
|