From e71bbedef6fb445e422ed395c17f6507496acb13 Mon Sep 17 00:00:00 2001 From: Nick Coutsos Date: Thu, 28 Apr 2022 20:10:00 -0400 Subject: Remove unused config --- app/src/App.js | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3