import { ItemDetailComponent } from './item-detail/item-detail.component';
import { ItemsComponent } from './items/items.component';

export const ITEM_COMPONENTS = [ItemDetailComponent, ItemsComponent];

export * from './item-detail/item-detail.component';
export * from './items/items.component';
