wip
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
//
|
||||
// MoodMetrics.swift
|
||||
// Feels
|
||||
//
|
||||
// Created by Trey Tartt on 2/12/22.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct MoodMetrics: Identifiable {
|
||||
let id = UUID()
|
||||
let mood: Mood
|
||||
let total: Int
|
||||
let percent: Float
|
||||
}
|
||||
Reference in New Issue
Block a user