Migrate store to tsx file

This commit is contained in:
Qolzam
2017-10-07 11:12:07 +07:00
parent 61c230e79e
commit 418453dd02
5 changed files with 23 additions and 28 deletions

View File

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