gitfoss | 50ee731e122a515c1616d7f76945504586c665ca | app/controllers/settings/index.ts ∙ GitFOSS

k / gitfoss

Files

Forked Fromethicdevs / gitfoss
Fork0
~app/controllers/settings/index.ts
.ts
TypeScript
(application/typescript)
import { SettingsKeysController } from "./keys";

import { default as getSettingsView } from "./getSettingsView";

export const SettingsController = {
  ...SettingsKeysController,
  getSettingsView,
};