Management: fix init auth store

This commit is contained in:
Viktor Fomin 2023-07-27 19:31:51 +03:00
parent f035005ddd
commit 16dfdad72d

View File

@ -1,10 +1,11 @@
import { createContext, useContext } from "react";
import authStore from "@docspace/common/store/AuthStore";
import BrandingStore from "./BrandingStore";
import SpacesStore from "./SpacesStore";
import store from "client/store";
const { auth: authStore } = store;
export class RootStore {
authStore = authStore;
brandingStore = new BrandingStore();