amend the rename refactor xcode didn't do

This commit is contained in:
Francisco Gindre 2021-10-18 17:13:25 -03:00
parent fbe81e7320
commit 931a78b67a
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// //
// Background.swift // ScreenBackground.swift
// secant-testnet // secant-testnet
// //
// Created by Francisco Gindre on 10/18/21. // Created by Francisco Gindre on 10/18/21.
@ -44,7 +44,7 @@ extension View {
} }
} }
struct Background_Previews: PreviewProvider { struct ScreenBackground_Previews: PreviewProvider {
static var previews: some View { static var previews: some View {
VStack { VStack {
Text("Hello") Text("Hello")