app moved to separate directory

This commit is contained in:
NikolaBorislavovHristov 2018-06-04 16:06:17 +03:00
parent 2345d76d92
commit 912250336f
2 changed files with 3 additions and 0 deletions

3
src/app/index.js Normal file
View file

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