Add font infrastructure
This commit is contained in:
14
Sources/SwiftUIMath/Math.swift
Normal file
14
Sources/SwiftUIMath/Math.swift
Normal file
@@ -0,0 +1,14 @@
|
||||
import SwiftUI
|
||||
|
||||
public struct Math: View {
|
||||
public init() {
|
||||
}
|
||||
|
||||
public var body: some View {
|
||||
Text("TODO: implement")
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
Math()
|
||||
}
|
||||
Reference in New Issue
Block a user