remove heroku deployment

This commit is contained in:
Zuhdan Ubay 2020-05-18 13:06:47 +07:00
parent 08857e6ad1
commit 7dec510488
3 changed files with 4 additions and 13 deletions

View file

@ -2,6 +2,7 @@ import { Component } from '@angular/core';
import { NbWindowRef } from '@nebular/theme';
@Component({
selector: 'ngx-promotion-detail',
template: './promotion-detail.component.html',
styleUrls: ['promotion-detail.component.scss'],
})