// // File.swift // // // Created by Christopher Hotchkiss on 7/20/24. // import Foundation public enum AppState { case checkPermissions //case editSettings case dashboard }