mtg-lets-trade

Website/webapp to facilitate trading between players of Magic: The Gathering
git clone https://kevincorvisier.fr/git/mtg-lets-trade.git
Log | Files | Refs

DashboardPage.tsx (94B)


      1 
      2 export default function DashboardPage() {
      3 
      4 	return (
      5 		<>
      6 			<p>Authenticated</p>
      7 		</>
      8 	);
      9 }