mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-11 23:18:26 +00:00
5 lines
187 B
TypeScript
5 lines
187 B
TypeScript
import { createThemeAction } from "remix-themes";
|
|
import { themeSessionResolver } from "~/services/sessionStorage.server";
|
|
|
|
export const action = createThemeAction(themeSessionResolver);
|