mirror of
https://github.com/dscyrescotti/Memola.git
synced 2026-04-25 10:08:34 +02:00
feat: set up project
This commit is contained in:
17
Memola/App/MemolaApp.swift
Normal file
17
Memola/App/MemolaApp.swift
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// MemolaApp.swift
|
||||
// Memola
|
||||
//
|
||||
// Created by Dscyre Scotti on 5/4/24.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct MemolaApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
MemosView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user