diff options
author | Eric Bailey <git@esb.lol> | 2025-04-04 10:26:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-04 10:26:48 -0500 |
commit | 148bfa803d3116dfaf6513ca947e585d8d3bfc78 (patch) | |
tree | d5a4a541b7dfd3f67acc91c50fc7eb3f71d928b3 /src/routes.ts | |
parent | 0004e27427adb224427b50375625830abc346bd0 (diff) | |
download | voidsky-148bfa803d3116dfaf6513ca947e585d8d3bfc78.tar.zst |
Content interests (#8114)
* Content prefs screen * Handle debounce, rename * Fix format * Let's just use interests * Reuse hook
Diffstat (limited to 'src/routes.ts')
-rw-r--r-- | src/routes.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes.ts b/src/routes.ts index b6a11acbf..68c39e7fc 100644 --- a/src/routes.ts +++ b/src/routes.ts @@ -45,6 +45,7 @@ export const router = new Router({ AccountSettings: '/settings/account', PrivacyAndSecuritySettings: '/settings/privacy-and-security', ContentAndMediaSettings: '/settings/content-and-media', + SettingsInterests: '/settings/interests', AboutSettings: '/settings/about', AppIconSettings: '/settings/app-icon', // support |