export interface PhaseBannerProps {
    isHome?: boolean;
}
