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

export const HomeController = {
  getHomeView,
};