diff --git a/src/renderer/components/app.tsx b/src/renderer/components/app.tsx index 4c0ef62470..0f37c049c3 100755 --- a/src/renderer/components/app.tsx +++ b/src/renderer/components/app.tsx @@ -1,6 +1,6 @@ import React from "react"; import { computed, observable, reaction } from "mobx"; -import { disposeOnUnmount, observer } from "mobx-react"; +import { disposeOnUnmount } from "mobx-react"; import { Redirect, Route, Router, Switch } from "react-router"; import { history } from "../navigation"; import { Notifications } from "./notifications";