index.js 97 B

1234
  1. import ChatBox from "./box";
  2. import Notice from "./notice";
  3. export default { ChatBox, Notice };