import { useTourStore } from '@agent/state/tours'; import tours from '@agent/tours/tours'; import { Icon, video } from '@wordpress/icons'; const availableTours = Object.values(tours); export const ToursList = ({ onConfirm }) => { if (availableTours.length === 0) return; return (