Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 | /// |
16 | 16 | |
17 | 17 | import { OnDestroy } from '@angular/core'; |
18 | -import { PageComponent } from './page.component'; | |
18 | +import { PageComponent } from '@shared/components/page.component'; | |
19 | 19 | import { Store } from '@ngrx/store'; |
20 | 20 | import { AppState } from '@core/core.state'; |
21 | 21 | import { MatDialogRef } from '@angular/material/dialog'; | ... | ... |