import { List } from "..";

export const ListNoData = (props: any) => (
    <List {...props} />
);
