fix: fix "Starting page"

- fix #1822
This commit is contained in:
JellyBrick
2024-07-14 22:59:05 +09:00
parent eeaaf2f158
commit 887979932c
2 changed files with 2 additions and 6 deletions

View File

@ -17,7 +17,3 @@ export const startingPages: Record<string, string> = {
'Uploaded Albums': 'FEmusic_library_privately_owned_releases',
'Uploaded Artists': 'FEmusic_library_privately_owned_artists',
};
export default {
startingPages,
};