diff --git a/packages/web/pages/landing.tsx b/packages/web/pages/landing.tsx new file mode 100644 index 00000000..02b47776 --- /dev/null +++ b/packages/web/pages/landing.tsx @@ -0,0 +1,7 @@ +import React from 'react'; + +function Landing(): JSX.Element { + return
testing
; +} + +export default Landing;