Tạo UI cho người dùng tạo Tour

This commit is contained in:
2026-06-13 20:46:31 +07:00
parent c51ddc34c7
commit 25fcd5d926
28 changed files with 767 additions and 76 deletions
+6
View File
@@ -0,0 +1,6 @@
import React from 'react';
export declare const AddLocationModal: ({ isOpen, onClose, tourId }: {
isOpen: boolean;
onClose: () => void;
tourId: string;
}) => React.JSX.Element;