UNPKG

@leifandersen/reactive

Version:

Reactive is a react based in-browser video editor made with the mission to build the simplest yet powerful video editing software.

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