Skip to content

Commit

Permalink
landing table | progressbar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Nov 28, 2023
1 parent dcfbb20 commit 7122d47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/showcase/pages/landing/themesection.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ import { TableModule } from 'primeng/table';
import { Table } from 'primeng/table';
import { ButtonModule } from 'primeng/button';
import { TagModule } from 'primeng/tag';
import { ProgressBarModule } from 'primeng/progressbar';
@Component({
selector: 'template-theme',
standalone: true,
imports: [CommonModule, TableModule, ButtonModule, TagModule],
imports: [CommonModule, TableModule, ButtonModule, TagModule, ProgressBarModule],
template: `
<section class="landing-themes py-8">
<div class="section-header">Themes</div>
Expand Down

1 comment on commit 7122d47

@vercel
Copy link

@vercel vercel bot commented on 7122d47 Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.