Create landing.tsx

testing
This commit is contained in:
Tommy
2021-12-11 21:09:02 +00:00
committed by vidvidvid
parent 4d29000f49
commit 1d7ffbacdc

View File

@@ -0,0 +1,7 @@
import React from 'react';
function Landing(): JSX.Element {
return <div>testing</div>;
}
export default Landing;