OTOChatContainer.js 136 Bytes Raw Blame History Permalink 1 2 3 4 5 6 import React from "react"; import OTOChatPresenter from "./OTOChatPresenter"; export default () => { return <OTOChatPresenter />; };