12 lines
193 B
JavaScript
12 lines
193 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";
|
||
|
|
||
|
export default {
|
||
|
example,
|
||
|
};
|