blob: cf91ecdb43160e1feeb34f550e81ea23a9f932e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
* 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,
};
|