Skip to content

Commit

Permalink
frontend #58: fix sonarcloud import error.
Browse files Browse the repository at this point in the history
  • Loading branch information
larsuzh committed May 7, 2024
1 parent 695ff01 commit 69911a7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { CommonModule } from '@angular/common';
import { Component, effect, inject, input, output } from '@angular/core';
import { ActivatedRoute } from '@angular/router';
import {
IonAvatar,
IonButton,
Expand All @@ -25,7 +24,7 @@ import { LocationRiddleApiService } from 'src/app/services/api/location-riddle-a
import { MapComponent } from 'src/app/shared/map/map.component';
import { LocationRiddleStateService } from './data-access/location-riddle-state.service';
import { RatingComponent } from './ui/rating/rating.component';
import { Router } from '@angular/router';
import { ActivatedRoute, Router } from '@angular/router';
@Component({
selector: 'app-location-riddle-post',
templateUrl: './location-riddle-post.component.html',
Expand Down

0 comments on commit 69911a7

Please sign in to comment.