diff --git a/packages/audius-mobile-client/src/App.tsx b/packages/audius-mobile-client/src/App.tsx index 23e017e107..f7623e15db 100644 --- a/packages/audius-mobile-client/src/App.tsx +++ b/packages/audius-mobile-client/src/App.tsx @@ -20,6 +20,7 @@ import SignOnNav from './components/signon/NavigationStack' import { WebRefContextProvider } from './components/web/WebRef' import BottomBar from './components/bottom-bar' import MobileUploadDrawer from './components/mobile-upload-drawer' +import EnablePushNotificationsDrawer from './components/enable-push-notifications-drawer' import CollectibleDetailsDrawer from './components/collectible-details-drawer' const store = createStore() @@ -71,6 +72,7 @@ const App = () => { */} {/* */} +