Skip to content

Commit 10e5f4d

Browse files
committed
fix import path
1 parent 9b7db1c commit 10e5f4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core';
22

33
import { AppComponent } from './app.component';
4-
import { NodeguiLibModule } from '../lib/angular-nodegui-lib.module';
4+
import { NodeguiLibModule } from '../lib/nodegui-lib.module';
55

66
@NgModule({
77
declarations: [AppComponent],

0 commit comments

Comments
 (0)