Remove dead MorePagesDialog component and morePagesDialogAtom

MorePagesDialog is never imported anywhere in the codebase.
The /more-pages route uses MorePagesContent directly. The
associated morePagesDialogAtom in settings-dialog.atoms.ts
is also unused outside the deleted component.

Closes #1192
This commit is contained in:
Trevin Chow 2026-04-09 03:16:15 -07:00
parent 7c61668823
commit 2f1dd9935e
2 changed files with 0 additions and 26 deletions

View file

@ -21,5 +21,3 @@ export const userSettingsDialogAtom = atom<UserSettingsDialogState>({
});
export const teamDialogAtom = atom<boolean>(false);
export const morePagesDialogAtom = atom<boolean>(false);