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

export const HomeController = {
  getHomeView,
};