UNPKG

smartthings-phevctl

Version:
13 lines (10 loc) 195 B
import './App.css'; import { RemoteCtrlMain } from './components/RemoteCtrlMain'; const App = function () { return ( <div> <RemoteCtrlMain /> </div> ); }; export default App;