cleanup imports
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import ExpoModulesCore
|
||||
|
||||
struct TextSegments: Decodable {
|
||||
let segments: Array<TextSegment>
|
||||
}
|
||||
|
||||
struct TextSegment: Decodable {
|
||||
let index: Int
|
||||
|
||||
Reference in New Issue
Block a user