| @@ -1,4 +1,5 @@ | ||
| 1 | +import { track } from '@shared/lib/track'; | |
| 1 | 2 | import { __experimentalLinkControl as LinkControl } from '@wordpress/block-editor'; |
| 2 | 3 | import { Button, Modal, Notice, TextControl } from '@wordpress/components'; |
| 3 | 4 | import { useState } from '@wordpress/element'; |
| 4 | 5 | import { __ } from '@wordpress/i18n'; |
| @@ -5,9 +6,8 @@ | ||
| 5 | 6 | import { save, saveWpNavigationItem } from '../../lib/api'; |
| 6 | 7 | import { useCmdEnterSave } from '../../lib/cmd-enter-save'; |
| 7 | 8 | import { friendlyMessage } from '../../lib/errors'; |
| 8 | 9 | import { normalizeText } from '../../lib/fingerprint'; |
| 9 | -import { track } from '../../lib/insights'; | |
| 10 | 10 | import { closeModal, QE_MODAL_BODY_OPEN_CLASS } from '../../lib/modal-root'; |
| 11 | 11 | import { pushUndo } from '../../state/undo'; |
| 12 | 12 | import { ModalCloseButton } from './ModalCloseButton'; |
| 13 | 13 | |