diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-20 17:43:24 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-20 17:43:24 -0700 |
| commit | 6c501cc317af30e79325907de56987af055acaf2 (patch) | |
| tree | 91b5d9948bb6d59a08560e0bd51917b2c5191a10 /frontend/src/types | |
| parent | bb28f0629a5c52f15fe23072ee4b5849d8d14b98 (diff) | |
clean up existing links on import modals
Diffstat (limited to 'frontend/src/types')
| -rw-r--r-- | frontend/src/types/constants.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/frontend/src/types/constants.ts b/frontend/src/types/constants.ts index 028545d..d51869e 100644 --- a/frontend/src/types/constants.ts +++ b/frontend/src/types/constants.ts @@ -1,9 +1,3 @@ -export const EamuseImportInfo: Record<string, { scorePage: string }> = { - dancerush: { - scorePage: "https://p.eagate.573.jp/game/dan/1st/playdata/entrance.html#music_data", - }, -}; - export const globalSkipKeys = [ "id", "internalname", |
