persona-community-5/.pnpm-store/v3/files/a2/c7e345799a05fb78f50446fb6703e135c600d014b0b2c6108016f24f4b5251e44802b5584c9b7d0fb2949d15fe4628bf79da8fae6a4801659cd5e0a13bf74a
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

10 lines
328 B
Plaintext

import type {Vocabulary} from "../../types"
import dynamicAnchor from "./dynamicAnchor"
import dynamicRef from "./dynamicRef"
import recursiveAnchor from "./recursiveAnchor"
import recursiveRef from "./recursiveRef"
const dynamic: Vocabulary = [dynamicAnchor, dynamicRef, recursiveAnchor, recursiveRef]
export default dynamic