gitfoss-fork | 57fa86aeacf54d13d5ae9ef2ff2271c436ea5095 | app/controllers/theme/index.ts ∙ GitFOSS
.ts
TypeScript
(application/typescript)
import { default as setThemeSchemeAction } from "./setThemeSchemeAction";

export const ThemeController = {
  setThemeSchemeAction,
};