aboutsummaryrefslogtreecommitdiff
path: root/iTexSnip/Views/PreferencesView.swift
blob: 81a7d38a63d4b46f38a710462e1c3308163b94ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  PreferencesView.swift
//  iTexSnip
//
//  Created by Navan Chauhan on 10/21/24.
//

import SwiftUI

struct PreferencesView: View {
    var body: some View {
        Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
    }
}

#Preview {
    PreferencesView()
}