This commit is contained in:
Trey t
2023-07-07 14:28:37 -05:00
parent 76e8111777
commit aec8696f62
4 changed files with 31 additions and 2 deletions

View File

@@ -23,3 +23,9 @@ struct CountdownView: View {
}
}
}
struct CountdownView_Previews: PreviewProvider {
static var previews: some View {
CountdownView()
}
}