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

export const HomeController = {
  getHomeView,
};