From 541737c71ec220d276f0be7bf1092fb879f1b231 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 13 Jan 2024 20:34:00 -0600 Subject: Initial Commit --- LibreEdit/LibreEditApp.swift | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 LibreEdit/LibreEditApp.swift (limited to 'LibreEdit/LibreEditApp.swift') diff --git a/LibreEdit/LibreEditApp.swift b/LibreEdit/LibreEditApp.swift new file mode 100644 index 0000000..23a791f --- /dev/null +++ b/LibreEdit/LibreEditApp.swift @@ -0,0 +1,17 @@ +// +// LibreEditApp.swift +// LibreEdit +// +// Created by Christian Cleberg on 2024-01-13. +// + +import SwiftUI + +@main +struct LibreEditApp: App { + var body: some Scene { + WindowGroup { + ContentView() + } + } +} -- cgit v1.2.3-70-g09d2