/*
 * Copyright (c) Huawei Technologies Co., Ltd. 2025-2025. All rights reserved.
 */

import { store, RootStore } from './rootStore';

export {
    store,
    RootStore,
};