Initial Commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// notetakerApp.swift
|
||||
// notetaker
|
||||
//
|
||||
// Created by Owen Gretzinger on 2025-07-10.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct notetakerApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user