Skip to content
Snippets Groups Projects
Commit feffd6cd authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore: remove non used component

parent 7c4b33da
No related branches found
No related tags found
1 merge request!783V3.0.0
<p>select works!</p>
......@@ -3,10 +3,7 @@ import { FormGroup } from '@angular/forms';
import { ButtonType } from '../../../../shared/components/button/buttonType.enum';
import { Module } from '../../../../structure-list/models/module.model';
@Component({
selector: 'app-select',
templateUrl: './select.component.html',
})
@Component({ template: `` })
export class SelectComponent {
@Input() form: FormGroup;
@Output() checkValidation = new EventEmitter<any>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment