change footnote import to lowerCamelCase

This commit is contained in:
Tyler Walker 2020-11-14 10:58:43 -05:00
parent 6d1bf0cfbf
commit a21a98c7f0
2 changed files with 4 additions and 4 deletions

View file

@ -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,
};

View file

@ -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"],
},
},
{