import SeamlyCore from './core/seamly-core' import View from './view' const ChatApp = (props) => { return ( ) } export default ChatApp