6 lines
144 B
TypeScript
6 lines
144 B
TypeScript
import { UsersListWrapper } from "../user-pending/UsersList";
|
|
|
|
const UserPendingList = () => <UsersListWrapper />;
|
|
|
|
export { UserPendingList };
|