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