Skip to content

Commit

Permalink
Fixing path for location and location card
Browse files Browse the repository at this point in the history
  • Loading branch information
rotirk20 committed Sep 21, 2024
1 parent e17db6b commit 0241e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/app/pages/location/location.component.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Component } from '@angular/core';
import { CommonModule } from '@angular/common';
import { LocationCardComponent } from 'src/app/location-card/location-card.component';
import { Location } from 'src/app/location-card/location-card.component';
import { LocationCardComponent } from 'src/app/components/location-card/location-card.component';
import { Location } from 'src/app/components/location-card/location-card.component';

const DUMMY_LOCATIONS = [
{
Expand Down

0 comments on commit 0241e54

Please sign in to comment.