Skip to content

Commit e64aa5f

Browse files
committed
Update demo app imports
1 parent 2158a85 commit e64aa5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/demo/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Component } from '@angular/core';
2-
import { DiffStyle, DiffFormat } from 'ngx-diff2html/ngx-diff2html';
2+
import { DiffStyle, DiffFormat } from 'ngx-diff2html';
33

44
@Component({
55
selector: 'app-root',

projects/demo/src/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import en from '@angular/common/locales/en';
1111
registerLocaleData(en);
1212

1313
import { AppComponent } from './app.component';
14-
import { NgxDiff2htmlModule } from 'projects/ngx-diff2html/src/public-api';
14+
import { NgxDiff2htmlModule } from 'ngx-diff2html';
1515

1616
@NgModule({
1717
declarations: [

0 commit comments

Comments
 (0)