Sửa lỗi backend để chạy phần đăng ký
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
interface SignupPageProps {
|
||||
onBack: () => void;
|
||||
onSuccess: () => void;
|
||||
}
|
||||
export declare const SignupPage: React.FC<SignupPageProps>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user