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

export const HomeController = {
  getHomeView,
};