Skip to content

Commit 201a1e6

Browse files
committed
export name
1 parent 922136f commit 201a1e6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pages/docs/manual/v12.0.0/syntax-lookup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ export { getStaticProps } from "src/SyntaxLookup.mjs";
55
export default function SyntaxLookup(props) {
66
return <SyntaxLookupRes {...props} />
77
}
8+

pages/syntax-lookup.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ export { getStaticProps } from "src/SyntaxLookup.mjs";
55
export default function SyntaxLookup(props) {
66
return <SyntaxLookupRes {...props} />
77
}
8+
9+
export const name = "Syntax Lookup"

0 commit comments

Comments
 (0)