Skip to content

Commit

Permalink
style(frontend): Remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed May 17, 2024
1 parent c48bae5 commit 0e81e6f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {HttpClient} from '@angular/common/http';
import {Component, OnInit} from '@angular/core';
import {FormControl, FormGroup, Validators} from '@angular/forms';
import {ActivatedRoute, Router} from '@angular/router';
import {SwPush} from '@angular/service-worker';
import {ShowResultOptions} from '@apollusia/types/lib/schema/show-result-options';
import {NgbModal} from '@ng-bootstrap/ng-bootstrap';
import {format} from 'date-fns';
Expand Down

0 comments on commit 0e81e6f

Please sign in to comment.