Skip to content

Commit 36d49f9

Browse files
committed
fix the module path
1 parent 048cb1d commit 36d49f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Phonebook.Frontend/src/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { FeatureFlagModule } from 'src/app/modules/feature-flag/feature-flag.mod
2020
import { NotImplementedModule } from 'src/app/modules/not-implemented/not-implemented.module';
2121
import { ProfilePictureModule } from 'src/app/modules/profile-picture/profile-picture.module';
2222
import { TableModule } from 'src/app/modules/table/table.module';
23-
import { DashboardComponent } from 'src/app/pages/dashboard/components/overview/dashboard.component';
23+
import { DashboardComponent } from 'src/app/pages/dashboard/components/dashboard/dashboard.component';
2424
import { SettingsModule } from 'src/app/pages/settings/settings.module';
2525
import { UserPagesModule } from 'src/app/pages/users/user-pages.module';
2626
import { ApiModule } from 'src/app/services/api/api.module';

0 commit comments

Comments
 (0)