1
0
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:
Horváth Gergely
2026-02-05 16:04:54 +01:00
committed by 4831c0
parent 35e1e2c6ab
commit b83cbef7fc

View File

@@ -1,4 +1,4 @@
mport SwiftUI
import SwiftUI
struct LessonCard: View {
let lesson: WidgetLesson