Skip to content

Commit

Permalink
Update f-external-item-token.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheihuzarevich committed Feb 8, 2025
1 parent d2a4e7f commit 1681e47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { InjectionToken } from '@angular/core';
import { FExternalItemBase } from '@foblex/flow';
import { FExternalItemBase } from './f-external-item-base';

export const F_EXTERNAL_ITEM = new InjectionToken<FExternalItemBase>('F_EXTERNAL_ITEM');

0 comments on commit 1681e47

Please sign in to comment.