From 05cf4dd46aebfaa7812989c88eb91d303a43d3e7 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 21 Oct 2024 23:51:06 -0600 Subject: bruh --- iTexSnip/Views/PreferencesView.swift | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'iTexSnip/Views/PreferencesView.swift') diff --git a/iTexSnip/Views/PreferencesView.swift b/iTexSnip/Views/PreferencesView.swift index 81a7d38..98eb4b9 100644 --- a/iTexSnip/Views/PreferencesView.swift +++ b/iTexSnip/Views/PreferencesView.swift @@ -9,10 +9,8 @@ import SwiftUI struct PreferencesView: View { var body: some View { - Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/) + Text("Where are my preferences?!") + .padding() + .frame(width: 300, height: 200) } } - -#Preview { - PreferencesView() -} -- cgit v1.2.3