5 lines
179 B
TypeScript
5 lines
179 B
TypeScript
import { createThemeAction } from "remix-themes";
|
|
import { themeSessionResolver } from "~/sessions/themes.server";
|
|
|
|
export const action = createThemeAction(themeSessionResolver);
|