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