Generate scaffolding with preact-cli default

This commit is contained in:
Abhas Bhattacharya
2019-02-28 13:12:45 +05:30
commit 899ed90ff1
24 changed files with 347 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
import './style';
import App from './components/app';
export default App;