codo_textarea wip
This commit is contained in:
@@ -13,7 +13,7 @@ export const GamePage = () => {
|
||||
const {author, slug, version} = useParams();
|
||||
const navigate = useNavigate();
|
||||
const [info, setInfo] = useState<Info | null>(null);
|
||||
|
||||
|
||||
useEffect(() => {
|
||||
const fetchInfo = async () => {
|
||||
let url = `/api/release?author=${author}&slug=${slug}`;
|
||||
@@ -75,6 +75,21 @@ export const GamePage = () => {
|
||||
}
|
||||
</select>
|
||||
</div>
|
||||
<div>
|
||||
Content below<br/>
|
||||
Content below<br/>
|
||||
Content below<br/>
|
||||
Content below<br/>
|
||||
Content below<br/>
|
||||
Content below<br/>
|
||||
Content below<br/>
|
||||
Content below<br/>
|
||||
Content below<br/>
|
||||
Content below<br/>
|
||||
Content below<br/>
|
||||
Content below<br/>
|
||||
Content below<br/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user