mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Create landing.tsx
testing
This commit is contained in:
7
packages/web/pages/landing.tsx
Normal file
7
packages/web/pages/landing.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
function Landing(): JSX.Element {
|
||||
return <div>testing</div>;
|
||||
}
|
||||
|
||||
export default Landing;
|
||||
Reference in New Issue
Block a user