---
import Layout from '../../layouts/Layout.astro';
const data = await fetch('https://management.beanstalkedu.com/items/game_drag');
const dataJson = await data.json();
const description = dataJson.data[2].description;
console.log(description)
---
Congratulations!
You win the Game!
Oops!
You Lost the Game!