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

export const HomeController = {
  getHomeView,
};