Removing unused vars
This commit is contained in:
parent
0e51e52afc
commit
28b48a42a8
|
@ -1,7 +1,5 @@
|
|||
import React from 'react';
|
||||
import { Button } from 'react-native';
|
||||
import { StackNavigator, DrawerNavigator, NavigationActions, HeaderBackButton } from 'react-navigation';
|
||||
// import { Platform } from 'react-native';
|
||||
|
||||
import Sidebar from '../../containers/Sidebar';
|
||||
import DrawerMenuButton from '../../presentation/DrawerMenuButton';
|
||||
|
|
Loading…
Reference in New Issue