Sửa lỗi backend để chạy phần đăng ký
This commit is contained in:
Vendored
+3
@@ -1,6 +1,9 @@
|
||||
import React from 'react';
|
||||
interface LandingPageProps {
|
||||
onContinue?: () => void;
|
||||
onGoToSignup?: () => void;
|
||||
onGoToMap?: () => void;
|
||||
isInitialSetup?: boolean;
|
||||
}
|
||||
export declare const LandingPage: React.FC<LandingPageProps>;
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user