move resources around

This commit is contained in:
austinried
2021-07-08 15:37:05 +09:00
parent ea4421b7af
commit 3460b4014f
88 changed files with 91 additions and 32 deletions

View File

@@ -8,6 +8,7 @@ module.exports = {
extensions: ['.ts', '.tsx', '.js', '.ios.js', '.android.js'],
alias: {
'@app': './app',
'@res': './res',
},
},
],