This diff adds the BottomSheetModalProvider to our tree of providers in the root component. We need to add this provider so we can open up and use the bottom sheet from anywhere in the app
Used the following docs to help me with this implementation: