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