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

export const HomeController = {
  getHomeView,
};