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