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