feat: 신규 홈 추가
This commit is contained in:
18
SodaLive/Sources/Home/HomeCurationView.swift
Normal file
18
SodaLive/Sources/Home/HomeCurationView.swift
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// HomeCurationView.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 7/10/25.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct HomeCurationView: View {
|
||||
var body: some View {
|
||||
VStack(spacing: 30) {}
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
HomeCurationView()
|
||||
}
|
||||
Reference in New Issue
Block a user