Cleanup types

This commit is contained in:
Joel Jeremy Marquez
2024-12-20 09:28:50 -08:00
parent 576033e3b5
commit 82a76a7337

View File

@@ -26,6 +26,5 @@ export type State = {
modals: ModalsState;
notifications: NotificationsState;
prefs: PrefsState;
queries: QueriesState;
user: UserState;
};