We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e134bd6 commit 12839f1Copy full SHA for 12839f1
1 file changed
codegen/lib/reference.ts
@@ -3,6 +3,7 @@ import type Metalsmith from 'metalsmith'
3
4
import { toCapitalCase } from 'lib/handlebars/helpers.js'
5
6
+import { apiRootPath } from './config.js'
7
import {
8
type ApiEndpointLayoutContext,
9
type ApiNamespaceLayoutContext,
@@ -15,7 +16,6 @@ import {
15
16
type ApiSummaryLayoutContext,
17
setSummaryLayoutContext,
18
} from './layout/summary.js'
-import { apiRootPath } from './config.js'
19
import { PathMetadataSchema } from './path-metadata.js'
20
21
interface Metadata {
0 commit comments