forked from firka/firka
Fix typo in import statement
Corrects a misspelled 'mport SwiftUI' to 'import SwiftUI' in LessonCard.swift, restoring the proper SwiftUI import and preventing compilation errors.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
mport SwiftUI
|
||||
import SwiftUI
|
||||
|
||||
struct LessonCard: View {
|
||||
let lesson: WidgetLesson
|
||||
|
||||
Reference in New Issue
Block a user