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