forked from AcaMate/AcaMate_iOS
14 lines
114 B
Swift
14 lines
114 B
Swift
//
|
|
// Text.swift
|
|
// AcaMate
|
|
//
|
|
// Created by Sean Kim on 12/1/24.
|
|
//
|
|
|
|
import SwiftUI
|
|
|
|
|
|
extension Text {
|
|
|
|
}
|