From 39eb969101d2e9b4136da4c1ced3cfc99344b8e6 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 13 Jan 2024 20:50:42 -0600 Subject: Initial Commit --- LibreSecrets/ContentView.swift | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 LibreSecrets/ContentView.swift (limited to 'LibreSecrets/ContentView.swift') diff --git a/LibreSecrets/ContentView.swift b/LibreSecrets/ContentView.swift new file mode 100644 index 0000000..c4de5a2 --- /dev/null +++ b/LibreSecrets/ContentView.swift @@ -0,0 +1,24 @@ +// +// ContentView.swift +// LibreSecrets +// +// Created by Christian Cleberg on 2024-01-13. +// + +import SwiftUI + +struct ContentView: View { + var body: some View { + VStack { + Image(systemName: "globe") + .imageScale(.large) + .foregroundStyle(.tint) + Text("Hello, world!") + } + .padding() + } +} + +#Preview { + ContentView() +} -- cgit v1.2.3-70-g09d2