Skip to content

Commit

Permalink
feat(theme): fix appmodule
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-severino committed Dec 9, 2024
1 parent e275ec6 commit fb2d18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/app/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { FormsModule } from '@angular/forms';
import { NgModule } from '@angular/core';
import { RouterModule } from '@angular/router';

import { PoModule } from '@po-ui/ng-components';
import { AppComponent } from './app.component';
import { PoModule } from '../../../ui/src/lib';

@NgModule({
declarations: [AppComponent],
Expand Down

0 comments on commit fb2d18c

Please sign in to comment.