cleanup imports

This commit is contained in:
Hailey
2024-01-12 16:34:28 -08:00
parent c9f0064836
commit 0f0b6aa131
4 changed files with 6 additions and 4 deletions
@@ -1,5 +1,8 @@
import ExpoModulesCore
struct TextSegments: Decodable {
let segments: Array<TextSegment>
}
struct TextSegment: Decodable {
let index: Int