ff638eb010
Create codes documentation for standardized keys. Closes #218. Fixes #308. Ref #21.
11 lines
193 B
JavaScript
11 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,
|
|
};
|