|
|
@@ -1,18 +1 @@
|
|
|
import Foundation
|
|
|
-
|
|
|
-// let ektasienView: [ViewMonth] = [
|
|
|
-// .init(date: Date.from(year: 2023, month: 1, day: 1), viewCount: 123),
|
|
|
-// .init(date: Date.from(year: 2023, month: 2, day: 1), viewCount: 100),
|
|
|
-// .init(date: Date.from(year: 2023, month: 3, day: 1), viewCount: 80),
|
|
|
-// .init(date: Date.from(year: 2023, month: 4, day: 1), viewCount: 65),
|
|
|
-// .init(date: Date.from(year: 2023, month: 5, day: 1), viewCount: 120),
|
|
|
-// .init(date: Date.from(year: 2023, month: 6, day: 1), viewCount: 25)
|
|
|
-// ]
|
|
|
-
|
|
|
-// struct GlucoseInChart {
|
|
|
-// let value: Decimal
|
|
|
-// let id: UUID
|
|
|
-// let timestamp: Date
|
|
|
-// }
|
|
|
-//
|
|
|
-// @Binding var bloodGlucoseDataModel: [BloodGlucose]
|