From 1399fc2834008a2306e185b20a87993d99aeaf07 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 13 Jul 2026 17:47:00 -0700 Subject: fix: mvs.ts songs obj namespace --- src/components/Game/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Game/index.tsx') diff --git a/src/components/Game/index.tsx b/src/components/Game/index.tsx index 85c4e95..9d0fa4b 100644 --- a/src/components/Game/index.tsx +++ b/src/components/Game/index.tsx @@ -3,7 +3,7 @@ import React from "react"; import { GuessType } from "../../types/guess"; import { Song } from "../../types/song"; import { playTimes } from "../../constants"; -import { musicVideos } from "../../../server/data/mvs"; +import { songs as musicVideos } from "../../../server/data/mvs"; import { Button, Guess, YTPlayer, Search, Result, Player, MVPlayer } from "../"; -- cgit v1.2.3