홈 - 하단 탭 추가
This commit is contained in:
		
							
								
								
									
										20
									
								
								SodaLive/Sources/Explorer/ExplorerView.swift
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								SodaLive/Sources/Explorer/ExplorerView.swift
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
//
 | 
			
		||||
//  ExplorerView.swift
 | 
			
		||||
//  SodaLive
 | 
			
		||||
//
 | 
			
		||||
//  Created by klaus on 2023/08/09.
 | 
			
		||||
//
 | 
			
		||||
 | 
			
		||||
import SwiftUI
 | 
			
		||||
 | 
			
		||||
struct ExplorerView: View {
 | 
			
		||||
    var body: some View {
 | 
			
		||||
        Text("Explorer")
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
struct ExplorerView_Previews: PreviewProvider {
 | 
			
		||||
    static var previews: some View {
 | 
			
		||||
        ExplorerView()
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user