1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-26 16:20:09 +02:00
Files
php-web-maker/webmaker/src/index.js
Kushagra Gour 84f1ceae10 add library ui
2018-05-26 16:10:02 +05:30

5 lines
82 B
JavaScript

// import './style';
import App from './components/app.jsx';
export default App;