1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-28 01:00:13 +02:00

make base work!!!!

This commit is contained in:
Kushagra Gour
2018-05-24 03:00:35 +05:30
parent 2882eab1a2
commit a7f79f3bf7
202 changed files with 42733 additions and 0 deletions

4
webmaker/src/index.js Normal file
View File

@@ -0,0 +1,4 @@
import './style';
import App from './components/app.jsx';
export default App;