import React from 'react'; import { StyleSheet, View } from 'react-native'; import TypedPlaceholder from '../../../components/TypedPlaceholder'; const OpenChannelStatusEmpty = () => { return ( ); }; const styles = StyleSheet.create({ container: { flex: 1, justifyContent: 'center', alignItems: 'center' }, }); export default OpenChannelStatusEmpty;