Remove unused interfaces

This commit is contained in:
kevinpauer
2022-05-03 11:04:02 +02:00
parent 6f8f0679bd
commit 7f671c96ce
2 changed files with 0 additions and 20 deletions

View File

@@ -9,10 +9,6 @@ import { HelperService } from 'src/app/Helpers/helper.service';
import { ProfileService } from 'src/app/Services/profile.service';
import { FormControl } from '@angular/forms';
export interface Fruit {
name: string;
}
export interface Share {
isin: string;
}