move helper back to strings dir

This commit is contained in:
Samuel Newman
2025-12-11 12:10:56 +02:00
parent 6f67a446f3
commit 677d78b2d7
3 changed files with 17 additions and 14 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
import {describe, expect, it} from '@jest/globals'
// co-located with LinkBox.tsx so we can lazy load PSL
import {splitApexDomain} from '../../../src/components/dialogs/LinkWarning/LinkBox'
import {splitApexDomain} from '../../../src/lib/strings/url-apex-split'
import {
isPossiblyAUrl,
isTrustedUrl,