import { ItemService } from './item.service';

export const ITEM_PROVIDERS = [
  ItemService,
];

export * from './item.service';
