Skip to content

Commit

Permalink
fix the module path
Browse files Browse the repository at this point in the history
  • Loading branch information
paule96 committed Sep 9, 2020
1 parent 048cb1d commit 36d49f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Phonebook.Frontend/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 36d49f9

Please sign in to comment.