Skip to content

Commit

Permalink
format imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinan997 committed May 17, 2024
1 parent f20b33d commit 001f2fb
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions src/app/components/splitbutton/splitbutton.ts
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
import { CommonModule } from '@angular/common';
import {
ChangeDetectionStrategy,
Component,
ContentChildren,
ElementRef,
EventEmitter,
Input,
NgModule,
Output,
QueryList,
TemplateRef,
ViewChild,
ViewEncapsulation,
booleanAttribute,
numberAttribute,
signal
} from '@angular/core';
import { ChangeDetectionStrategy, Component, ContentChildren, ElementRef, EventEmitter, Input, NgModule, Output, QueryList, TemplateRef, ViewChild, ViewEncapsulation, booleanAttribute, numberAttribute, signal } from '@angular/core';
import { MenuItem, PrimeTemplate } from 'primeng/api';
import { ButtonModule } from 'primeng/button';
import { ChevronDownIcon } from 'primeng/icons/chevrondown';
Expand Down

0 comments on commit 001f2fb

Please sign in to comment.