import { appStore } from './AppStore'; import { baseLayoutStore } from '@/layouts/BaseLayout/Store'; export { baseLayoutStore, appStore }; export default { baseLayoutStore, appStore, };