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
+3 -1
View File
@@ -1,2 +1,4 @@
import React from 'react';
export declare const TourDetailPage: () => React.JSX.Element;
export declare const TourDetailPage: ({ onBack }: {
onBack: () => void;
}) => React.JSX.Element;