|
@@ -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>
|
|
|
);
|
|
|
|