Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
crisnicandrei committed Feb 5, 2024
1 parent 56443a0 commit a7c5571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/component-library/components.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ import { ToggleComponent } from './components/components/toggle/toggle.component
@NgModule({
declarations: [ToggleComponent],
imports: [CommonModule],
exports:[ToggleComponent]
exports: [ToggleComponent],
})
export class ComponentsModule {}

0 comments on commit a7c5571

Please sign in to comment.