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,
};