import { Marker } from './components/marker' const components = { Marker, } export function useMDXComponents() { return components }