mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-21 17:19:42 -06:00
4 lines
117 B
JavaScript
4 lines
117 B
JavaScript
'use client';
|
|
|
|
export { default } from './useThemeProps';
|
|
export { default as getThemeProps } from './getThemeProps'; |