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