Files
docs/src/theme/MDXComponents/index.js
T
techknowlogick 2fe3b3a114 switch to use pnpm (#330)
Reviewed-on: https://gitea.com/gitea/docs/pulls/330
Co-authored-by: techknowlogick <[email protected]>
Co-committed-by: techknowlogick <[email protected]>
2026-02-03 03:29:59 +00:00

8 lines
129 B
JavaScript

import MDXComponents from '@theme-original/MDXComponents';
import A from './A';
export default {
...MDXComponents,
a: A,
};