ecency-mobile/src/screens/index.js

41 lines
953 B
JavaScript
Executable File

import PinCode from './pinCode';
import Splash from './splash';
import { Editor } from './editor';
import { Home } from './home';
import { Login } from './login';
import { Notification } from './notification';
import { Profile } from './profile';
// 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';
export {
Editor,
Home,
Login,
Notification,
PinCode,
Profile,
Splash,
// Author,
// SideMenu,
// Hot,
// Feed,
// SinglePost,
// Profile,
// Login,
// Wallet,
// Editor,
// Discover,
// Notification,
};