We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89fe19 commit e61b83bCopy full SHA for e61b83b
1 file changed
src/generators/jsx/utils/buildContent.mjs
@@ -14,9 +14,9 @@ import {
14
INTERNATIONALIZABLE,
15
} from '../constants.mjs';
16
import { DOC_NODE_BLOB_BASE_URL } from '../../../constants.mjs';
17
-import { enforceArray, sortChanges } from '../../../utils/generators.mjs';
+import { sortChanges } from '../../../utils/generators.mjs';
18
import { buildMetaBarProps } from './buildBarProps.mjs';
19
-
+import { enforceArray } from '../../../utils/array.mjs';
20
/**
21
* Creates a history of changes for an API element
22
* @param {ApiDocMetadataEntry} entry - The metadata entry containing change information
0 commit comments