import notFound from './404';
import application from './application';
export default {
notFound,
application,
};