From 88e2e3d62677f6af58b19d8e5d4d789b96d525db Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 3 Jun 2026 09:58:12 -0700 Subject: move songs.ts to be entirely server side --- src/constants/index.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/constants') diff --git a/src/constants/index.ts b/src/constants/index.ts index 9d6bd5f..fb5d7aa 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -1,5 +1,4 @@ export { appName } from "./appName"; export { playTimes } from "./playTimes"; -export { songs } from "../data/songs"; export { startDate } from "./startDate"; export { theme } from "./theme"; -- cgit v1.2.3