diff options
author | Nick Coutsos <[email protected]> | 2022-04-28 20:10:00 -0400 |
---|---|---|
committer | Nick Coutsos <[email protected]> | 2022-04-28 20:10:00 -0400 |
commit | e71bbedef6fb445e422ed395c17f6507496acb13 (patch) | |
tree | 0f07b551efb9cde4f5f1beca48f819a4bc6b8250 | |
parent | c2ffb689657873abf16391b9709ee2c5ef3bc897 (diff) | |
download | keymap-editor-e71bbedef6fb445e422ed395c17f6507496acb13.tar.gz keymap-editor-e71bbedef6fb445e422ed395c17f6507496acb13.zip |
Remove unused config
-rw-r--r-- | app/src/App.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/App.js b/app/src/App.js index aeff2a0..fd6cbe0 100644 --- a/app/src/App.js +++ b/app/src/App.js @@ -15,7 +15,6 @@ import github from './Pickers/Github/api' function App() { const [definitions, setDefinitions] = useState(null) - // const [config, setConfig] = useState(null) const [source, setSource] = useState(null) const [sourceOther, setSourceOther] = useState(null) const [layout, setLayout] = useState(null) |