mirror of
https://github.com/Lissy93/dashy.git
synced 2026-07-30 11:06:09 -04:00
8 lines
193 B
JavaScript
8 lines
193 B
JavaScript
import MDXComponents from '@theme-original/MDXComponents';
|
|
import DeploymentMethods from '@site/src/components/DeploymentMethods';
|
|
|
|
export default {
|
|
...MDXComponents,
|
|
DeploymentMethods,
|
|
};
|