Removed unused import

This commit is contained in:
Jim Martens 2023-08-11 22:21:12 +02:00
parent 507853b5bb
commit d4d7c9de99
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ import {Component, Input} from '@angular/core';
import {Party} from "../model/party";
import {ElectedCandidates} from "../model/elected-candidates";
import {ViewModel} from "../elected-candidates/elected-candidates.component";
import {electedCandidates} from "../store";
export interface PartySeats {
party: string;