export interface ISlide {
    title?: string;
    src: string;
}
