gitfoss-fork-fork | 7a81a7e99965f34a442962e8a0eb5b53d362f7a9 | app/controllers/user/index.ts ∙ GitFOSS
.ts
TypeScript
(application/typescript)
import { default as getUserDashboardView } from "./getUserDashboardView";
import { default as getUserDetailsView } from "./getUserDetailsView";

export const UserController = {
  getUserDashboardView,
  getUserDetailsView,
};