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

export const HomeController = {
  getHomeView,
};