UNPKG

create-broadcast-app

Version:

Create a NextGen TV broadcast app with one command

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