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

export const ThemeController = {
  setThemeSchemeAction,
};