diff --git a/src/app/game/berry-dash/icon-marketplace/page.tsx b/src/app/game/berry-dash/icon-marketplace/page.tsx index 7418f8d..c32b527 100644 --- a/src/app/game/berry-dash/icon-marketplace/page.tsx +++ b/src/app/game/berry-dash/icon-marketplace/page.tsx @@ -17,7 +17,7 @@ interface MarketplaceIcon { name: string } -export default function BerryDashGameInfo () { +export default function BerryDashIconMarketplace () { const [response, setResponse] = useState(null) useEffect(() => {