Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jan 18, 2025
1 parent d9a98af commit 19990c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/abc/st/st.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import { FormsModule } from '@angular/forms';
import { Router } from '@angular/router';
import { isObservable, Observable, of, filter, catchError, map, finalize, throwError, lastValueFrom } from 'rxjs';

import { CellComponent } from '@delon/abc/cell';
import {
ALAIN_I18N_TOKEN,
DatePipe,
Expand Down Expand Up @@ -56,6 +57,7 @@ import { STDataSource, STDataSourceOptions, STDataSourceResult } from './st-data
import { STExport } from './st-export';
import { STFilterComponent } from './st-filter.component';
import { STRowSource } from './st-row.directive';
import { STWidgetHostDirective } from './st-widget-host.directive';
import { ST_DEFAULT_CONFIG } from './st.config';
import type {
STChange,
Expand Down Expand Up @@ -85,8 +87,6 @@ import type {
STWidthMode
} from './st.interfaces';
import type { _STColumn, _STDataValue, _STHeader, _STTdNotify, _STTdNotifyType } from './st.types';
import { CellComponent } from '../cell';
import { STWidgetHostDirective } from './st-widget-host.directive';

@Component({
selector: 'st-td',
Expand Down

0 comments on commit 19990c6

Please sign in to comment.