export interface Breakpoint {
  name: string;
  dimension: number;
}
