gitfoss | 69a27d85b5b6c9a048c3e73593a35ba336ad1571 | app/controllers/user/index.ts ∙ GitFOSS

k / gitfoss

Files

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

export const UserController = {
  getUserDashboardView,
  getUserDetailsView,
};