* Set up nux API

* Bump SDK

* Naming

* Imports
This commit is contained in:
Eric Bailey 2024-09-11 19:56:00 -05:00 committed by GitHub
parent cff7cbb4aa
commit ae71f5ce84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 193 additions and 18 deletions

View file

@ -37,5 +37,6 @@ export const DEFAULT_LOGGED_OUT_PREFERENCES: UsePreferencesQueryResponse = {
bskyAppState: {
queuedNudges: [],
activeProgressGuide: undefined,
nuxs: [],
},
}