ecency-mobile/src/screens/index.js
2018-10-05 23:33:03 -04:00

34 lines
816 B
JavaScript
Executable File

// import Author from './authorProfile';
import Splash from './splash';
// import SideMenu from './sideMenuScreen';
import Home from './home/home';
// import Hot from './home/hot';
// import Feed from './home/feed';
// import { SinglePost } from './singlePost';
// import { Profile } from './profile';
import Login from './login';
// import Wallet from './wallet/wallet';
// import Editor from './editor/editor';
// import Discover from './discover/discover';
// import Settings from './settings/settings';
// import { Notification } from './notification';
// import PinCode from './pinCode/pinCodeContainer';
export {
// Author,
Splash,
// SideMenu,
Home,
Login,
// Hot,
// Feed,
// SinglePost,
// Profile,
// Login,
// Wallet,
// Editor,
// Discover,
// Notification,
// PinCode,
};