core/apps/webapp/app/routes/action.set-theme.ts
Harshith Mullapudi 060668e8c0 Fix: echo v2
2025-05-27 23:12:05 +05:30

5 lines
187 B
TypeScript

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