gitfoss | 74a82fffc354140fe213a352a6d284d8ee4a6b93 | 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,
};