import { DateOrderPipe } from './date-order.pipe';

export const PIPES = [
  DateOrderPipe
];