init commit - bring project over from Mood
This commit is contained in:
16
Shared/views/GraphView.swift
Normal file
16
Shared/views/GraphView.swift
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// GraphView.swift
|
||||
// Feels
|
||||
//
|
||||
// Created by Trey Tartt on 1/8/22.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import SwiftUI
|
||||
import CoreData
|
||||
|
||||
struct GraphView: View {
|
||||
var body: some View {
|
||||
Text("this is a graph")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user