This commit is contained in:
Max Goedjen
2024-08-26 13:56:49 -07:00
parent 56a662a9dd
commit 74a516f6fd
8 changed files with 78 additions and 66 deletions

View File

@@ -22,8 +22,8 @@ struct EmptyStoreView: View {
extension EmptyStoreView {
enum Constants {
static let emptyStoreModifiableTag: AnyHashable = "emptyStoreModifiableTag"
static let emptyStoreTag: AnyHashable = "emptyStoreTag"
static let emptyStoreModifiableTag = "emptyStoreModifiableTag"
static let emptyStoreTag = "emptyStoreTag"
}
}