mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-11 07:08:07 -05:00
4 lines
81 B
TypeScript
4 lines
81 B
TypeScript
export function useMDXComponents(components: any) {
|
|
return { ...components }
|
|
}
|