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

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

  constructor() { }

  ngOnInit() {
  }

}
