chen.lin
6 天以前 b360cb8bbd470a78fca1f576536b5e09ca5e9d43
1
2
3
4
5
6
7
import React from "react";
import EmptyOutboundList from "./EmptyOutboundList";
 
export default {
    list: EmptyOutboundList,
    options: { label: "menu.emptyOutbound" },
};