@import (reference) '../../../Style/App.less';

.ItemsPresenter {
  // this ensures that our items container fills the space of its parent
  // which results in item templates that can auto fill their own height
  height: 100%;
}
