diff --git a/src/components/app.tsx b/src/components/app.tsx
index 5b8060d..649b3bf 100644
--- a/src/components/app.tsx
+++ b/src/components/app.tsx
@@ -15,6 +15,9 @@ import MenuIcon from "@material-ui/icons/Menu";
import SettingsIcon from "@material-ui/icons/Settings";
import PersonIcon from "@material-ui/icons/Person";
import InfoIcon from "@material-ui/icons/Info";
+import HomeIcon from "@material-ui/icons/Home";
+import BookIcon from "@material-ui/icons/Book";
+import ViewWeekIcon from "@material-ui/icons/ViewWeek";
import { BrowserRouter, Route, Redirect, Link } from "react-router-dom";
@@ -213,6 +216,9 @@ export default class Application extends React.Component<{}, IState> {
to="/dashboard"
onClick={this.closeDrawer}
button>
+
+
+
{
to="/review/queue"
onClick={this.closeDrawer}
button>
+
+
+
{
to="/levelList"
onClick={this.closeDrawer}
button>
+
+
+
Levelübersicht