File "get-list-of-tours.js"

Full Path: /home/fresvfqn/waterdamagerestorationandrepairsmithtown.com/wp-content/plugins/extendify/src/Agent/workflows/misc/get-list-of-tours.js
File size: 177 bytes
MIME-type: text/x-java
Charset: utf-8

import { ToursList } from '@agent/workflows/misc/components/ToursList';

export default {
	available: () => true,
	id: 'list-tours',
	whenFinished: { component: ToursList },
};