import Footer from './Footer';
import Account from './Account';
export * from './Header/index';
export { Account, Footer };
