mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-09 15:52:40 +02:00
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:
parent
7c61668823
commit
2f1dd9935e
2 changed files with 0 additions and 26 deletions
|
|
@ -21,5 +21,3 @@ export const userSettingsDialogAtom = atom<UserSettingsDialogState>({
|
|||
});
|
||||
|
||||
export const teamDialogAtom = atom<boolean>(false);
|
||||
|
||||
export const morePagesDialogAtom = atom<boolean>(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue