Last changes before rethinking cardsview

This commit is contained in:
breadone
2024-06-23 11:36:48 +12:00
parent 49338c216e
commit 88a78dea92
520 changed files with 2620 additions and 2120 deletions

12
Shared/Constants.swift Normal file
View File

@@ -0,0 +1,12 @@
//
// Constants.swift
// OnCue
//
// Created by Pradyun Setti on 22/06/2024.
//
import SwiftUI
public struct Constants {
static let colors: [Color] = [.red, .orange, .yellow, .green, .blue, .indigo]
}