gitfoss | da2cd1e0a4b176a70a6416219106d4a7af9d1781 | app/controllers/home/index.ts ∙ GitFOSS

k / gitfoss

Files

Forked Fromethicdevs / gitfoss
Fork0
~app/controllers/home/index.ts
.ts
TypeScript
(application/typescript)
import { default as getHomeView } from "./getHomeView";

export const HomeController = {
  getHomeView,
};