Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
egekocabas committed Feb 17, 2025
1 parent 4c1451b commit 26e4ac7
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion client/src/app/pages/main-layout/main-layout.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,20 @@ import { ConfirmDialogModule } from 'primeng/confirmdialog';
@Component({
selector: 'app-main-layout',
standalone: true,
imports: [RouterOutlet, ToastModule, IconsModule, ButtonModule, TooltipModule, DividerModule, AvatarModule, CardModule, NgClass, FooterComponent, NavigationBarComponent, ConfirmDialogModule],
imports: [
RouterOutlet,
ToastModule,
IconsModule,
ButtonModule,
TooltipModule,
DividerModule,
AvatarModule,
CardModule,
NgClass,
FooterComponent,
NavigationBarComponent,
ConfirmDialogModule,
],
templateUrl: './main-layout.component.html',
})
export class MainLayoutComponent implements OnInit {
Expand Down

0 comments on commit 26e4ac7

Please sign in to comment.