Skip to content

Commit

Permalink
remove unused location interface
Browse files Browse the repository at this point in the history
  • Loading branch information
infacc committed Jul 20, 2023
1 parent af7ad6b commit 37526f4
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ export function isInSetValidator(validValues: any[]): Validators {
};
}

export interface Location {
value: string;
description: string;
}


@Component({
selector: 'qhana-template-details',
templateUrl: './template-details.component.html',
Expand Down

0 comments on commit 37526f4

Please sign in to comment.