UNPKG

create-broadcast-app

Version:

Create a NextGen TV broadcast app with one command

14 lines (11 loc) 223 B
import React, { Component } from 'react'; import { bar as bar2 } from './AppUnknownExport'; class App extends Component { componentDidMount() { bar2(); } render() { return <div />; } } export default App;