refactor: remove isCustomNodeSelected

This commit is contained in:
Aslam H
2024-10-28 11:11:08 +07:00
parent e9a8539305
commit 4dacd69be9
2 changed files with 0 additions and 38 deletions

View File

@@ -183,5 +183,4 @@ export const filterFiles = <T extends FileInput>(
return [validFiles, errors]
}
export * from "./isCustomNodeSelected"
export * from "./isTextSelected"