// Shared view state. Keeping it here (instead of inside one view module) // lets views depend on each other without import cycles. export const store = { dashboardData: null, eventData: [], };