// LoopFollow // LogEntry.swift // Created by Jonas Björkert. import Foundation struct LogEntry: Identifiable { let id: UUID let text: String }