Migrate Master component to typescript

This commit is contained in:
Qolzam
2017-10-07 15:05:07 +07:00
parent 1810550331
commit 8e8875b15c
7 changed files with 164 additions and 32 deletions

View File

@@ -83,6 +83,7 @@ module.exports = {
components: 'app/components',
reducers: 'app/reducers',
constants: 'app/constants',
api: 'app/api',
db: 'app/db',
store: 'app/store',
applicationStyles: 'app/styles/app.scss',