MIF_E31222379_WEB/app/routes/action.set-theme.ts

4 lines
169 B
TypeScript

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