Browse Source

Remove searx and grocy

Kirk Trombley 4 years ago
parent
commit
a1dac75127
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/App.js

+ 0 - 4
src/App.js

@@ -10,8 +10,6 @@ import VacationPlanner from './components/tiles/VacationPlanner';
 import DroneCI from './components/tiles/DroneCI';
 import Etherpad from './components/tiles/Etherpad';
 import Nextcloud from './components/tiles/Nextcloud';
-import Grocy from './components/tiles/Grocy';
-import Searx from './components/tiles/Searx';
 
 const App = () => (
   <div className="App">
@@ -25,8 +23,6 @@ const App = () => (
     <DroneCI/>
     <Etherpad/>
     <Nextcloud/>
-    <Grocy/>
-    <Searx/>
   </div>
 );