Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Commit

Permalink
refactor (app.module): clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
flavens committed Apr 3, 2019
1 parent 4cef1eb commit 723f90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { MaterialModule } from './material-module';
import { NoopAnimationsModule } from '@angular/platform-browser/animations';

// knora-ui modules
import { KuiCoreConfig, KuiCoreModule, ReadTextValueAsHtml, KuiCoreConfigToken } from '@knora/core';
import { KuiCoreConfig, KuiCoreModule, KuiCoreConfigToken } from '@knora/core';
import { KuiActionModule } from '@knora/action';
import { KuiSearchModule } from '@knora/search';
import { KuiViewerModule } from '@knora/viewer';
Expand Down

0 comments on commit 723f90a

Please sign in to comment.