diff --git a/Phonebook.Frontend/src/app/app.module.ts b/Phonebook.Frontend/src/app/app.module.ts index 2b4e1ccb9..ba59f69f2 100644 --- a/Phonebook.Frontend/src/app/app.module.ts +++ b/Phonebook.Frontend/src/app/app.module.ts @@ -20,7 +20,7 @@ import { FeatureFlagModule } from 'src/app/modules/feature-flag/feature-flag.mod import { NotImplementedModule } from 'src/app/modules/not-implemented/not-implemented.module'; import { ProfilePictureModule } from 'src/app/modules/profile-picture/profile-picture.module'; import { TableModule } from 'src/app/modules/table/table.module'; -import { DashboardComponent } from 'src/app/pages/dashboard/components/overview/dashboard.component'; +import { DashboardComponent } from 'src/app/pages/dashboard/components/dashboard/dashboard.component'; import { SettingsModule } from 'src/app/pages/settings/settings.module'; import { UserPagesModule } from 'src/app/pages/users/user-pages.module'; import { ApiModule } from 'src/app/services/api/api.module';