1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-15 19:16:18 +02:00

get preact files into root

This commit is contained in:
Kushagra Gour
2018-06-16 14:56:14 +05:30
parent f5d2b5d1a7
commit dfcd5bc505
57 changed files with 18452 additions and 40 deletions

3
src/index.js Normal file
View File

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