Initial Commit
This commit is contained in:
commit
15389248af
17 changed files with 1131 additions and 0 deletions
17
Splits/SplitsApp.swift
Normal file
17
Splits/SplitsApp.swift
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
//
|
||||
// SplitsApp.swift
|
||||
// Splits
|
||||
//
|
||||
// Created by Isaac Greene on 4/3/22.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct SplitsApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
TabViewData()
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue