UNPKG

create-broadcast-app

Version:

Create a NextGen TV broadcast app with one command

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