mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
feat(static/keymap): adds static files for keymap legend stylkes
This commit is contained in:
parent
9cfa0a8344
commit
83b3d9e66d
2 changed files with 14 additions and 0 deletions
12
static/keymap/legend/_list.json
Normal file
12
static/keymap/legend/_list.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
{
|
||||
"name": "lowercase"
|
||||
},
|
||||
{
|
||||
"name": "UPPERCASE"
|
||||
},
|
||||
{
|
||||
"name": "blank"
|
||||
}
|
||||
]
|
||||
|
2
static/keymap/legend/index.js
Normal file
2
static/keymap/legend/index.js
Normal file
|
@ -0,0 +1,2 @@
|
|||
export * as keymapLegendStyles from "./_list.json";
|
||||
export const KEYMAP_LEGEND_TITLE = "keymapLegendStyle";
|
Loading…
Reference in a new issue