import { MetaSensorDisplayItemService } from './sensor-display-item.service';

export const SERVICES = [
    MetaSensorDisplayItemService,
];