mirror of
https://github.com/FluxaMedia/fluxa.git
synced 2026-07-26 20:02:14 +00:00
11 lines
180 B
Swift
11 lines
180 B
Swift
import FluxaCore
|
|
import SwiftUI
|
|
|
|
@main
|
|
struct FluxaTvosApp: App {
|
|
var body: some Scene {
|
|
WindowGroup {
|
|
Text(FluxaTvos.shared.homeTitle())
|
|
}
|
|
}
|
|
}
|