gitfoss-fork | f0d48721f5fe902ec77ccddff213c8e843866b0d | app/controllers/index.ts ∙ GitFOSS
.ts
TypeScript
(application/typescript)
export { AuthController } from "./auth";
export { HomeController } from "./home";
export { OrganizationController } from "./organization";
export { RepositoryController } from "./repository";
export { SyntaxHighlightController } from "./syntaxHighlight";
export { ThemeController } from "./theme";
export { UserController } from "./user";