import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'app-sortable-second',
  templateUrl: './sortable-second.component.html',
  styleUrls: ['./sortable-second.component.css']
})
export class SortableSecondComponent implements OnInit {

  constructor() { }

  ngOnInit() {
  }

}
