17 lines
451 B
17 lines
451 B
/* |
|
* 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"; |
|
|
|
export default { |
|
example, |
|
iosApplication, |
|
iosPower, |
|
macosPower, |
|
};
|
|
|