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