Skip to content

Commit

Permalink
feat(ref: #1298, #1302, #1301, #1292): fix issues
Browse files Browse the repository at this point in the history
Fix/issue
  • Loading branch information
andriikamaldinov1 authored Mar 27, 2024
2 parents a440a24 + 35d2716 commit 8c1bb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/options/options.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { IsEmptyPipe } from '@open-source/is-empty/is-empty.pipe';
import { ColorPipe } from '@open-source/color/color.pipe';
import { CardContentComponent } from '../shared/card-content/card-content.component';
import { ScrollService } from '@open-source/scroll/scroll.service';
import { OpenSourcePath } from '@open-source/path/open-source.path';
import { AccordionService } from '@open-source/accordion/accordion.service';
import { OpenSourcePath } from '@open-source/path/open-source.path';
import { toSignal } from '@angular/core/rxjs-interop';

@Component({
Expand Down

0 comments on commit 8c1bb15

Please sign in to comment.