UNPKG

@theguild/components

Version:
18 lines (17 loc) 714 B
export { useMDXComponents } from './mdx-components.mjs'; export { MDXRemote } from 'nextra/mdx-remote'; export { fetchFilePathsFromGitHub } from 'nextra/fetch-filepaths-from-github'; export { compileMdx } from 'nextra/compile'; export { createIndexPage, getPageMap } from 'nextra/page-map'; export { fetchPackageInfo } from './npm.mjs'; export { GuildLayout, getDefaultMetadata } from './theme-layout.mjs'; import 'next/image'; import 'nextra'; import 'nextra/mdx-components/pre/index'; import 'react/jsx-runtime'; import 'react'; import 'next'; import 'nextra-theme-docs'; import 'nextra/components'; import '../components/hive-navigation/index.mjs'; import '../components/hive-navigation/graphql-conf-card.mjs';