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

export const HomeController = {
  getHomeView,
};