|
@@ -8,16 +8,20 @@ import Minecraft from './components/tiles/Minecraft';
|
|
|
import Rollbot from './components/tiles/Rollbot';
|
|
|
import VacationPlanner from './components/tiles/VacationPlanner';
|
|
|
import DroneCI from './components/tiles/DroneCI';
|
|
|
+import Etherpad from './components/tiles/Etherpad';
|
|
|
+import Nextcloud from './components/tiles/Nextcloud';
|
|
|
|
|
|
export default () => (
|
|
|
<div className="App">
|
|
|
<Teamspeak/>
|
|
|
<TerrAssumptions/>
|
|
|
<CommaFeed/>
|
|
|
- <Gogs/>
|
|
|
<Minecraft/>
|
|
|
<Rollbot/>
|
|
|
<VacationPlanner/>
|
|
|
+ <Gogs/>
|
|
|
<DroneCI/>
|
|
|
+ <Etherpad />
|
|
|
+ <Nextcloud />
|
|
|
</div>
|
|
|
);
|