2021-02-28 22:24:54 +08:00

5 lines
97 B
JavaScript

import ChatBox from "./box";
import Notice from "./notice";
export default { ChatBox, Notice };