UNPKG

react-video-editor

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

11 lines (9 loc) 158 B
import Editor from './Video_Editor/VideoEditor' function App() { return ( <div className="App"> <Editor /> </div> ); } export default App;