Results screen written

This commit is contained in:
Avery Pace
2021-12-03 13:58:18 -05:00
parent 42ebdbf74a
commit db52a39f6f
3 changed files with 44 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
//
// FlashCardLessonsResultsView.swift
// FlashCardLessonResultsView.swift
// Toki Trainer
//
// Created by Avery Ada Pace on 11/8/21.
@@ -7,14 +7,14 @@
import SwiftUI
struct FlashCardLessonsResultsView: View {
struct FlashCardLessonResultsView: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}
struct FlashCardLessonsResultsView_Previews: PreviewProvider {
struct FlashCardLessonResultsView_Previews: PreviewProvider {
static var previews: some View {
FlashCardLessonsResultsView()
FlashCardLessonResultsView()
}
}