Update modal com name

This commit is contained in:
Paul Frazee 2023-02-23 17:29:34 -06:00
parent 154c34e915
commit bbd0b03a46

View file

@ -16,7 +16,7 @@ import {StyleSheet} from 'react-native'
const CLOSED_SNAPPOINTS = ['10%']
export const Modal = observer(function Modal() {
export const ModalsContainer = observer(function ModalsContainer() {
const store = useStores()
const bottomSheetRef = useRef<BottomSheet>(null)
const pal = usePalette('default')