|
|
@@ -7,6 +7,7 @@ import Gogs from './components/tiles/Gogs';
|
|
|
import Minecraft from './components/tiles/Minecraft';
|
|
|
import Rollbot from './components/tiles/Rollbot';
|
|
|
import VacationPlanner from './components/tiles/VacationPlanner';
|
|
|
+import DroneCI from './components/tiles/DroneCI';
|
|
|
|
|
|
export default () => (
|
|
|
<div className="App">
|
|
|
@@ -17,5 +18,6 @@ export default () => (
|
|
|
<Minecraft/>
|
|
|
<Rollbot/>
|
|
|
<VacationPlanner/>
|
|
|
+ <DroneCI/>
|
|
|
</div>
|
|
|
);
|