Your IP : 172.69.59.17


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/entity-catalog/src/stores/
Upload File :
Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/entity-catalog/src/stores/global-state.js

import { defineStore } from 'ui.vue3.pinia';
import { GroupData } from '@/types/group';

export const useGlobalState = defineStore('global-state', {
	state: () => ({
		searchApplied: false,
		filtersApplied: false,
		currentGroup: GroupData,
	})
});