Skip to content

Commit

Permalink
chore(playground): fix comp issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Aug 9, 2023
1 parent e5f7fc6 commit e18c1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edc-policy-playground/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { PolicyEditorComponent } from './components/policy-editor/policy-editor.

@NgModule({
declarations: [AppComponent],
imports: [BrowserModule, BrowserAnimationsModule, AppHeader, PolicyEditorComponent],
imports: [BrowserModule, BrowserAnimationsModule, AppHeaderComponent, PolicyEditorComponent],
providers: [PolicyService, FormatService, PolicyConfigurationStore],
bootstrap: [AppComponent],
})
Expand Down

0 comments on commit e18c1b6

Please sign in to comment.