Skip to content

Commit 35c3e05

Browse files
authored
Merge pull request #380 from cal-smith/breadcrumb
fix(breadcrumb): correctly import dialog module
2 parents da3fcab + 274f1f8 commit 35c3e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/breadcrumb/breadcrumb.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { NgModule } from "@angular/core";
22
import { CommonModule } from "@angular/common";
33

4-
import { DialogModule } from "../";
4+
import { DialogModule } from "../dialog/dialog.module";
55

66
import { Breadcrumb } from "./breadcrumb.component";
77
import { BreadcrumbItemComponent } from "./breadcrumb-item.component";

0 commit comments

Comments
 (0)