Skip to content

Commit

Permalink
drop bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskikutis committed Aug 1, 2024
1 parent f515248 commit 2a2536b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/apps/authoring-react/data-layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import {getArticleAdapter} from './article-adapter';
import {gettext} from 'core/utils';
import {PACKAGE_ITEMS_FIELD_ID} from './fields/package-items';
import {description_text} from './field-adapters/description_text';
import {superdesk} from './../../../scripts/extensions/datetimeField/src/superdesk';

export function getArticleContentProfile<T>(
item: IArticle,
Expand Down

0 comments on commit 2a2536b

Please sign in to comment.