mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 01:32:06 +10:00
6 lines
186 B
TypeScript
6 lines
186 B
TypeScript
import { createThemeAction } from 'remix-themes';
|
|
|
|
import { themeSessionResolver } from '~/storage/theme-session.server';
|
|
|
|
export const action = createThemeAction(themeSessionResolver);
|