|
@@ -10,6 +10,8 @@ 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">
|
|
@@ -23,6 +25,8 @@ const App = () => (
|
|
|
<DroneCI/>
|
|
|
<Etherpad/>
|
|
|
<Nextcloud/>
|
|
|
+ <Grocy/>
|
|
|
+ <Searx/>
|
|
|
</div>
|
|
|
);
|
|
|
|