Stack of cards shown, functionality must be written still

This commit is contained in:
Avery Pace
2021-11-05 23:55:05 -04:00
parent 17cc95188b
commit e38fdeb324
3 changed files with 47 additions and 7 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ struct ContentView: View {
@ObservedObject var tokiDictViewModel = TokiDictionaryViewModel()
@State private var selectedPartOfSpeech: String?
@State private var tokiInput: String = ""
var body: some View {
VStack {
TextField("Enter Toki Pona Word or Phrase", text: $tokiInput)