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

export const HomeController = {
  getHomeView,
};