Skip to content

Commit

Permalink
linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy committed Mar 8, 2024
1 parent 2cc5275 commit b7108e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { NgbModal } from "@ng-bootstrap/ng-bootstrap";
import { ScenarioNotifications } from "../../items.service.model";
import { ScenarioService } from "src/app/scenario.service";
import { Observable } from "rxjs";
import {notificationConfig} from './notificationConfig';
import { notificationConfig } from "./notificationConfig";

@Component({
selector: "app-external-notification",
Expand Down

0 comments on commit b7108e8

Please sign in to comment.