Flash Cards now used stored lesson information
This commit is contained in:
20
Toki Trainer/Views/FlashCardLessonResultsView.swift
Normal file
20
Toki Trainer/Views/FlashCardLessonResultsView.swift
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// FlashCardLessonsResultsView.swift
|
||||
// Toki Trainer
|
||||
//
|
||||
// Created by Avery Ada Pace on 11/8/21.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct FlashCardLessonsResultsView: View {
|
||||
var body: some View {
|
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
struct FlashCardLessonsResultsView_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
FlashCardLessonsResultsView()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user