Skip to content
This repository has been archived by the owner on Jun 24, 2019. It is now read-only.

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
wangdicoder committed Nov 13, 2016
1 parent 0ee16dc commit 08812c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import React, { Component } from 'react';
import {AppRegistry} from 'react-native';
import Navigation from './js/component/Navigation';
import Navigation from './js/config/entry';

export default class JueJinClient extends Component {
render() {
Expand Down
2 changes: 1 addition & 1 deletion index.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import React, { Component } from 'react';
import {AppRegistry} from 'react-native';
import Navigation from './js/component/Navigation';
import Navigation from './js/config/entry';

export default class JueJinClient extends Component {
render() {
Expand Down
File renamed without changes.

0 comments on commit 08812c6

Please sign in to comment.