浏览代码

Remove searx and grocy

Kirk Trombley 4 年之前
父节点
当前提交
a1dac75127
共有 1 个文件被更改,包括 0 次插入4 次删除
  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>
 );