mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 04:41:43 +03:00
34 lines
816 B
JavaScript
Executable File
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,
|
|
};
|