main create
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
import React from 'react';
|
||||
interface LandingPageProps {
|
||||
onContinue?: () => void;
|
||||
}
|
||||
export declare const LandingPage: React.FC<LandingPageProps>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user