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

export const ThemeController = {
  setThemeSchemeAction,
};