comparison react_games/src/Games.tsx @ 83:49b611c808e7

Linked React games to mrjunejune pages.
author June Park <parkjune1995@gmail.com>
date Thu, 01 Jan 2026 12:56:14 -0800
parents fb9bcd3145cb
children
comparison
equal deleted inserted replaced
82:1ded13720541 83:49b611c808e7
102 const selected = game ? gameMap[game] : null; 102 const selected = game ? gameMap[game] : null;
103 103
104 return ( 104 return (
105 <main style={wrapperStyle}> 105 <main style={wrapperStyle}>
106 <section> 106 <section>
107 <h1 style={{ textAlign: "center" }}>MAI React Playground</h1> 107 <h1 style={{ textAlign: "center" }}>React Game Ground</h1>
108 108
109 {selected?.LazyComponent ? ( 109 {selected?.LazyComponent ? (
110 <Suspense fallback={<div>loading...</div>}> 110 <Suspense fallback={<div>loading...</div>}>
111 <div style={ 111 <div style={
112 { 112 {