extract AppInfo into a export const
This commit is contained in:
parent
e0abc4d386
commit
4e88835382
6 changed files with 16 additions and 8 deletions
4
src/components/AppInfo.js
Normal file
4
src/components/AppInfo.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
export default {
|
||||
isNativeApp: false
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue