Skip to content

Commit

Permalink
consolidate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
francismengMS committed Jun 26, 2024
1 parent a2cd82b commit a66addd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { matchLink } from 'roosterjs-content-model-api';
import { splitTextSegment } from '../../pluginUtils/splitTextSegment';
import { matchLink, splitTextSegment } from 'roosterjs-content-model-api';
import type {
ContentModelText,
FormatContentModelContext,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { splitTextSegment } from '../pluginUtils/splitTextSegment';
import { splitTextSegment } from 'roosterjs-content-model-api';
import type {
ContentModelText,
ShallowMutableContentModelParagraph,
Expand Down

0 comments on commit a66addd

Please sign in to comment.