|
@@ -1,29 +1,23 @@
|
|
|
-import React from 'react';
|
|
|
-import './App.css';
|
|
|
+import React from "react";
|
|
|
+import "./App.css";
|
|
|
import Teamspeak from "./components/tiles/Teamspeak";
|
|
|
-import TerrAssumptions from './components/tiles/TerrAssumptions';
|
|
|
-import CommaFeed from './components/tiles/CommaFeed';
|
|
|
-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';
|
|
|
-import Etherpad from './components/tiles/Etherpad';
|
|
|
-import Nextcloud from './components/tiles/Nextcloud';
|
|
|
+import TerrAssumptions from "./components/tiles/TerrAssumptions";
|
|
|
+import Gogs from "./components/tiles/Gogs";
|
|
|
+import Minecraft from "./components/tiles/Minecraft";
|
|
|
+import DroneCI from "./components/tiles/DroneCI";
|
|
|
+import Etherpad from "./components/tiles/Etherpad";
|
|
|
+import BunRSS from "./components/tiles/BunRSS";
|
|
|
|
|
|
const App = () => (
|
|
|
<div className="App">
|
|
|
- <Teamspeak/>
|
|
|
- <TerrAssumptions/>
|
|
|
- <CommaFeed/>
|
|
|
- <Minecraft/>
|
|
|
- <Rollbot/>
|
|
|
- <VacationPlanner/>
|
|
|
- <Gogs/>
|
|
|
- <DroneCI/>
|
|
|
- <Etherpad/>
|
|
|
- <Nextcloud/>
|
|
|
+ <Teamspeak />
|
|
|
+ <BunRSS />
|
|
|
+ <TerrAssumptions />
|
|
|
+ <Minecraft />
|
|
|
+ <Gogs />
|
|
|
+ <DroneCI />
|
|
|
+ <Etherpad />
|
|
|
</div>
|
|
|
);
|
|
|
|
|
|
-export default App;
|
|
|
+export default App;
|