18 lines
		
	
	
		
			223 B
		
	
	
	
		
			Swift
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			223 B
		
	
	
	
		
			Swift
		
	
	
	
	
	
//
 | 
						|
//  volnahubApp.swift
 | 
						|
//  Shared
 | 
						|
//
 | 
						|
//  Created by cheykrym on 09/06/2025.
 | 
						|
//
 | 
						|
 | 
						|
import SwiftUI
 | 
						|
 | 
						|
@main
 | 
						|
struct volnahubApp: App {
 | 
						|
    var body: some Scene {
 | 
						|
        WindowGroup {
 | 
						|
            ContentView()
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |