export interface ICredit {
  url: string;
  text: string;
}
