1
0
Fork 0

wip(shared): Switched to webpack loader for MDX

This commit is contained in:
joostdecock 2023-05-15 15:57:46 +02:00
parent 3ef6d832c8
commit 0b238c989e
52 changed files with 1392 additions and 420 deletions

View file

@ -1,6 +1,5 @@
import PageLink from './page-link.mjs'
import get from 'lodash.get'
import useApp from 'site/hooks/useApp.mjs'
export const DocsLink = ({ slug }) => {
const app = useApp()