Cài đặt tính năng quản lí người dùng cho admin

This commit is contained in:
2026-06-13 18:24:14 +07:00
parent ea5799ffb5
commit 7b42058d77
21 changed files with 458 additions and 30 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
import React from 'react';
import 'leaflet/dist/leaflet.css';
export declare const ExploreMap: ({ onBack }: {
export declare const ExploreMap: ({ onBack, onLogout, user }: {
onBack: () => void;
onLogout?: () => void;
user?: any;
}) => React.JSX.Element;