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

export const ThemeController = {
  setThemeSchemeAction,
};