aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-07-13 17:47:00 -0700
committerPinapelz <yukais@pinapelz.com>2026-07-13 17:47:00 -0700
commit1399fc2834008a2306e185b20a87993d99aeaf07 (patch)
tree0fe6b9edc38d2c3ee9b101374ff25c84953014dc /src/components
parent6ebfe2a3bddafb452cd01caf5c7c92f9af49d175 (diff)
fix: mvs.ts songs obj namespace
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Game/index.tsx2
1 files changed, 1 insertions, 1 deletions
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 "../";
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage