diff --git a/web/app.react.js b/web/app.react.js --- a/web/app.react.js +++ b/web/app.react.js @@ -19,6 +19,7 @@ ModalProvider, useModalContext, } from 'lib/components/modal-provider.react.js'; +import { NeynarClientProvider } from 'lib/components/neynar-client-provider.react.js'; import { StaffContextProvider } from 'lib/components/staff-provider.react.js'; import { IdentitySearchProvider } from 'lib/identity-search/identity-search-context.js'; import { @@ -222,21 +223,23 @@ - - - - - - - - - - - - {content} - - - + + + + + + + + + + + + + {content} + + + +