2018-10-04 05:18:36 +03:00
|
|
|
// 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';
|
2018-10-06 06:33:03 +03:00
|
|
|
import Login from './login';
|
2018-10-04 05:18:36 +03:00
|
|
|
// 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';
|
2018-09-03 13:49:54 +03:00
|
|
|
|
2018-10-04 05:18:36 +03:00
|
|
|
export {
|
|
|
|
// Author,
|
|
|
|
Splash,
|
|
|
|
// SideMenu,
|
|
|
|
Home,
|
2018-10-06 06:33:03 +03:00
|
|
|
Login,
|
2018-10-04 05:18:36 +03:00
|
|
|
// Hot,
|
|
|
|
// Feed,
|
|
|
|
// SinglePost,
|
|
|
|
// Profile,
|
|
|
|
// Login,
|
|
|
|
// Wallet,
|
|
|
|
// Editor,
|
|
|
|
// Discover,
|
|
|
|
// Notification,
|
|
|
|
// PinCode,
|
|
|
|
};
|