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

export const HomeController = {
  getHomeView,
};