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

export const ThemeController = {
  setThemeSchemeAction,
};