ecency-mobile/src/screens/index.js

39 lines
908 B
JavaScript
Raw Normal View History

import PinCode from './pinCode';
import Splash from './splash';
import { Home } from './home';
import { Login } from './login';
import { Profile } from './profile';
import { Notification } from './notification';
// import Author from './authorProfile';
// import SideMenu from './sideMenuScreen';
// import Hot from './home/hot';
// import Feed from './home/feed';
// import { SinglePost } from './singlePost';
// import { Profile } from './profile';
// import Wallet from './wallet/wallet';
// import Editor from './editor/editor';
// import Discover from './discover/discover';
// import Settings from './settings/settings';
// import { Notification } from './notification';
2018-09-03 13:49:54 +03:00
export {
Home,
2018-10-06 06:33:03 +03:00
Login,
PinCode,
Splash,
Profile,
Notification,
// Author,
// SideMenu,
// Hot,
// Feed,
// SinglePost,
// Profile,
// Login,
// Wallet,
// Editor,
// Discover,
// Notification,
};