mirror of
https://github.com/timepill/timepill-app.git
synced 2025-04-30 09:59:31 +08:00
1. 修改一下git账号 =。=|||
This commit is contained in:
parent
d6331e6447
commit
5e7754e294
2 changed files with 7 additions and 7 deletions
10
App.js
10
App.js
|
@ -21,12 +21,12 @@ import {
|
|||
import {Input} from "react-native-elements";
|
||||
import {Navigation} from 'react-native-navigation';
|
||||
|
||||
import Color from './src/style/color'
|
||||
import Api from './src/util/api'
|
||||
import Color from './src/style/color';
|
||||
import Api from './src/util/api';
|
||||
|
||||
import Loading from './src/component/loading'
|
||||
import LoginForm from './src/component/loginForm'
|
||||
import RegisterForm from './src/component/registerForm'
|
||||
import Loading from './src/component/loading';
|
||||
import LoginForm from './src/component/loginForm';
|
||||
import RegisterForm from './src/component/registerForm';
|
||||
|
||||
|
||||
export default class App extends Component {
|
||||
|
|
2
index.js
2
index.js
|
@ -2,7 +2,7 @@
|
|||
* @entry
|
||||
*/
|
||||
|
||||
import {Alert} from 'react-native'
|
||||
import {Alert} from 'react-native';
|
||||
import {Navigation} from 'react-native-navigation';
|
||||
import {Icon, loadIcon} from './src/style/icon';
|
||||
|
||||
|
|
Loading…
Reference in a new issue