export interface Contributor {
    name: string;
    role: string;
}
