export interface IProps {
    url: string;
}
