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 922136f commit 201a1e6Copy full SHA for 201a1e6
pages/docs/manual/v12.0.0/syntax-lookup.js
@@ -5,3 +5,4 @@ export { getStaticProps } from "src/SyntaxLookup.mjs";
5
export default function SyntaxLookup(props) {
6
return <SyntaxLookupRes {...props} />
7
}
8
+
pages/syntax-lookup.js
@@ -5,3 +5,5 @@ export { getStaticProps } from "src/SyntaxLookup.mjs";
9
+export const name = "Syntax Lookup"
0 commit comments