Skip to content

Commit

Permalink
Fix incorrect relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed May 19, 2024
1 parent 359d2e6 commit 1be7ec7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { IConfirmOptions, ToastService } from "./toast.service";
import { ResourcesService } from "./resources.service";
import { LoggingService } from "./logging.service";
import { GetTextCatalogMockCreator } from "./resources.service.spec";
import { ConfirmDialogComponent } from "application/components/dialogs/confirm-dialog.component";
import { ConfirmDialogComponent } from "../components/dialogs/confirm-dialog.component";

export class ToastServiceMockCreator {
public toastService: ToastService;
Expand Down

0 comments on commit 1be7ec7

Please sign in to comment.