import dashboard from './dashboard';
import home from './home';

export default [dashboard, home];