import { application } from "./application";
import SearchController from "./search_controller";
application.register("search", SearchController);