blob: dabf98f56748d350d92cb847f0ec966264c2b251 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* 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,
};
|