Onboarding 페이지 추가
This commit is contained in:
20
SodaLive/Sources/User/LoginView.swift
Normal file
20
SodaLive/Sources/User/LoginView.swift
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// LoginView.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/09.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct LoginView: View {
|
||||
var body: some View {
|
||||
Text("Login View")
|
||||
}
|
||||
}
|
||||
|
||||
struct LoginView_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
LoginView()
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user