mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
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,
|
|
};
|