import React from "react";

export const InvitationList: React.FC = () => {
    return (
        <></>
    );
};
