koperasi/services/frontend/app/routes/action.set-theme.ts
2025-08-08 14:12:40 +07:00

5 lines
179 B
TypeScript

import { createThemeAction } from "remix-themes";
import { themeSessionResolver } from "~/sessions/themes.server";
export const action = createThemeAction(themeSessionResolver);