gitfoss-fork | 308c8b3399d857ca87e3c7e5afe918c5041867c1 | app/controllers/home/index.ts ∙ GitFOSS
.ts
TypeScript
(application/typescript)
import { default as getHomeView } from "./getHomeView";

export const HomeController = {
  getHomeView,
};