added item and assets to macnearfuture

This commit is contained in:
neon443
2025-05-21 14:52:55 +01:00
parent a64eb03cad
commit ed016217db
73 changed files with 36 additions and 106 deletions

View File

@@ -1,17 +0,0 @@
//
// MacNearFutureApp.swift
// MacNearFuture
//
// Created by neon443 on 21/05/2025.
//
import SwiftUI
@main
struct MacNearFutureApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}