mirror of
https://github.com/yattee/yattee.git
synced 2025-12-04 07:08:15 +00:00
Minor naming improvements
This commit is contained in:
20
Shared/Settings/ServicesSettings.swift
Normal file
20
Shared/Settings/ServicesSettings.swift
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// ServicesSettings.swift
|
||||
// Pearvidious
|
||||
//
|
||||
// Created by Arkadiusz Fal on 23/10/2021.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct ServicesSettings: View {
|
||||
var body: some View {
|
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
struct ServicesSettings_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
ServicesSettings()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user