add custom algorithm screen to settings under moderation

This commit is contained in:
Ansh Nanda 2023-05-12 14:40:58 -07:00
parent 678f75b495
commit 370d52bd1f
5 changed files with 47 additions and 0 deletions

View file

@ -20,6 +20,7 @@ export type CommonNavigatorParams = {
CommunityGuidelines: undefined
CopyrightPolicy: undefined
AppPasswords: undefined
CustomAlgorithms: undefined
MutedAccounts: undefined
BlockedAccounts: undefined
}