codo_textarea wip

This commit is contained in:
dylan
2024-03-31 21:25:54 -07:00
parent b88bd7fe1e
commit ef62037515
6 changed files with 73 additions and 15 deletions

View File

@@ -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>
)