From 4a2f82f06490b7fb277dc6c7558d10c34503a495 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 3 Jun 2026 01:38:53 -0700 Subject: add basic daily answer encryption --- src/constants/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/constants') diff --git a/src/constants/index.ts b/src/constants/index.ts index bf50a38..9d6bd5f 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -1,5 +1,5 @@ export { appName } from "./appName"; export { playTimes } from "./playTimes"; -export { songs } from "./songs"; +export { songs } from "../data/songs"; export { startDate } from "./startDate"; export { theme } from "./theme"; -- cgit v1.2.3