We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9591843 commit 8ac1080Copy full SHA for 8ac1080
docs/src/@primer/gatsby-theme-doctocat/live-code-scope.js
@@ -3,6 +3,7 @@ import * as octicons from '@primer/octicons-react'
3
import * as primerComponents from '@primer/react'
4
import * as drafts from '@primer/react/drafts'
5
import * as deprecated from '@primer/react/deprecated'
6
+import {Dialog} from '@primer/react/Dialog/Dialog'
7
import {Placeholder} from '@primer/react/Placeholder'
8
import React from 'react'
9
import State from '../../../components/State'
@@ -24,6 +25,7 @@ export default function resolveScope(metastring) {
24
25
...(metastring.includes('deprecated') ? deprecated : {}),
26
ReactRouterLink,
27
State,
- Placeholder
28
+ Placeholder,
29
+ Dialog
30
}
31
0 commit comments