It's been two years so I have no idea what's going on

This commit is contained in:
Isaac Greene 2025-10-02 23:57:33 -04:00
parent 099728c760
commit ed2f6af9c8
Signed by: isaac
SSH key fingerprint: SHA256:Jr4CSXfwzXSuwhYRd3vX12Wt/v8vkvq0hOJ0NLwubH8
23 changed files with 112 additions and 473 deletions

View file

@ -5,6 +5,7 @@
// Created by Isaac Greene on 2023-01-16.
//
import SwiftUI
import UIKit
import iosMath
@ -30,3 +31,4 @@ struct MathView: UIViewRepresentable {
return colorScheme == .dark ? .white : .black
}
}