Source: store/modules/legacy/index.js

/**
 * Exports Store and storeInstance
 * @module @aofl/store/legacy
 *
 * @version 2.0.0
 * @since 1.0.0
 * @author Arian Khosravi <arian.khosravi@aofl.com>
 * @deprecated
 */

import Store from './store';
import storeInstance from './instance';

export {
  Store,
  storeInstance
};