Web: Common: ErrorContainer: removed unnecessary init store (fix ssr crash)

This commit is contained in:
Artem Tarasov 2022-08-27 01:52:33 +03:00
parent 8fe5c7f1d7
commit c7d70c5263

View File

@ -5,10 +5,6 @@ import Headline from "../Headline";
import Text from "@docspace/components/text";
import Button from "@docspace/components/button";
import store from "client/store";
const theme = store.auth.settingsStore.theme;
const ErrorContainer = (props) => {
//console.log("ErrorContainer render");