// LoopFollow // LogEntry.swift import Foundation struct LogEntry: Identifiable { let id: UUID let text: String }