19 lines
519 B
JavaScript
19 lines
519 B
JavaScript
/*
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: CC-BY-NC-SA-4.0
|
|
*/
|
|
|
|
import example from "@site/docs/codes/_footnotes/example.mdx";
|
|
import iosApplication from "@site/docs/codes/_footnotes/ios-application.mdx";
|
|
import iosPower from "@site/docs/codes/_footnotes/ios-power.mdx";
|
|
import macosPower from "@site/docs/codes/_footnotes/macos-power.mdx";
|
|
import globe from "@site/docs/codes/_footnotes/globe.mdx";
|
|
|
|
export default {
|
|
example,
|
|
iosApplication,
|
|
iosPower,
|
|
macosPower,
|
|
globe,
|
|
};
|