koperasi/services/frontend/app/routes/action.set-theme.ts

5 lines
179 B
TypeScript
Raw Normal View History

2025-08-08 07:12:40 +00:00
import { createThemeAction } from "remix-themes";
import { themeSessionResolver } from "~/sessions/themes.server";
export const action = createThemeAction(themeSessionResolver);