sodalive-ios/SodaLive/Sources/Content/Main/V2/Series/ContentMainSeriesGenreView....

19 lines
304 B
Swift

//
// ContentMainSeriesGenreView.swift
// SodaLive
//
// Created by klaus on 2/21/25.
//
import SwiftUI
struct ContentMainSeriesGenreView: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}
#Preview {
ContentMainSeriesGenreView()
}