mirror of
https://github.com/modrinth/code.git
synced 2026-09-02 13:05:50 +00:00
fix error pages (#7338)
This commit is contained in:
@@ -28,5 +28,5 @@ export function setupProviders(auth: Awaited<ReturnType<typeof useAuth>>) {
|
||||
setupLoadingStateProvider()
|
||||
setupUserCountryProvider()
|
||||
|
||||
return userPreferences
|
||||
return { userPreferences, notificationManager }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user