PromucFlow_constructor/app/client/src/constants/TourSteps.tsx
2021-05-20 17:33:08 +05:30

9 lines
217 B
TypeScript

import { TourType } from "entities/Tour";
import commentsTourSteps from "comments/tour/commentsTourSteps";
const TourStepsByType = {
[TourType.COMMENTS_TOUR]: commentsTourSteps,
};
export default TourStepsByType;