first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// music_playerApp.swift
|
||||
// music player
|
||||
//
|
||||
// Created by aswer on 23.06.2026.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct music_playerApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user