refactor: settings route (#1753)

* refactor: settings route
This commit is contained in:
Alex Christoffer Rasmussen
2025-09-03 11:20:03 -04:00
committed by Carlos Valente
parent eace97ec7a
commit f219ebb8f8
7 changed files with 78 additions and 102 deletions
@@ -7,4 +7,5 @@ export enum RefetchKey {
UrlPresets = 'url-presets',
ViewSettings = 'view-settings',
Translation = 'translation',
Settings = 'settings',
}