Add overlay to flash cards, add a debug window for statistics

This commit is contained in:
Avery Pace
2021-11-07 13:03:41 -05:00
parent 76a6232d71
commit 7b6daef4c2
7 changed files with 85 additions and 16 deletions
@@ -14,10 +14,6 @@ struct PartsOfSpeechView: View {
var partsOfSpeech: [TokiPartOfSpeech]
// init(selectedPartOfSpeech: String) {
// _selectedPartOfSpeech = State(initialValue: selectedPartOfSpeech)
// }
var body: some View {
VStack {
Text("Parts of Speech")