diff Simoleon/SimoleonApp.swift @ 182:ba3ebe8cefe5

refactor code
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Wed, 08 Dec 2021 10:58:15 +0100
parents 5a9430fd6b4d
children
line wrap: on
line diff
--- a/Simoleon/SimoleonApp.swift	Wed Dec 08 10:52:11 2021 +0100
+++ b/Simoleon/SimoleonApp.swift	Wed Dec 08 10:58:15 2021 +0100
@@ -1,6 +1,6 @@
 //
-//  simoleonApp.swift
-//  simoleon
+//  SimoleonApp.swift
+//  Simoleon
 //
 //  Created by Dennis Concepción Martín on 8/12/21.
 //
@@ -8,7 +8,7 @@
 import SwiftUI
 
 @main
-struct simoleonApp: App {
+struct SimoleonApp: App {
     let persistenceController = PersistenceController.shared
 
     var body: some Scene {