Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
fix(HomeTabs): Change file import reference (#94) (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
tingzhouu authored and iRoachie committed Dec 16, 2019
1 parent 8323cfd commit 5aef32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/navigation/HomeTabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ButtonsTab from '../tabs/buttons';
import ListsTab from '../tabs/lists';
import InputTab from '../tabs/input';
import Profile from '../tabs/Profile';
import Settings from '../tabs/Settings';
import Settings from '../tabs/settings';

const TabBarComponent = props => <BottomTabBar {...props} />;

Expand Down

0 comments on commit 5aef32d

Please sign in to comment.