change footnote import to lowerCamelCase
This commit is contained in:
parent
6d1bf0cfbf
commit
a21a98c7f0
2 changed files with 4 additions and 4 deletions
|
@ -5,9 +5,9 @@
|
|||
*/
|
||||
|
||||
import example from "@site/docs/codes/_footnotes/example.mdx";
|
||||
import macos-power from "@site/docs/codes/_footnotes/macos-power.mdx";
|
||||
import macosPower from "@site/docs/codes/_footnotes/macos-power.mdx";
|
||||
|
||||
export default {
|
||||
example,
|
||||
macos-power,
|
||||
macosPower,
|
||||
};
|
||||
|
|
|
@ -2692,7 +2692,7 @@ export default [
|
|||
ios: null,
|
||||
},
|
||||
footnotes: {
|
||||
macos: ["macos-power"],
|
||||
macos: ["macosPower"],
|
||||
},
|
||||
},
|
||||
{
|
||||
|
@ -4708,7 +4708,7 @@ export default [
|
|||
ios: null,
|
||||
},
|
||||
footnotes: {
|
||||
macos: ["macos-power"],
|
||||
macos: ["macosPower"],
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue