Mercurial > public > lazybear
changeset 308:a47f538ae4e4
Delete SignUp
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Wed, 24 Mar 2021 23:10:10 +0100 |
parents | 8a43331473e1 |
children | 31d048f42166 |
files | LazyBear/Views/Onboarding/SignUp.swift |
diffstat | 1 files changed, 0 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- a/LazyBear/Views/Onboarding/SignUp.swift Wed Mar 24 23:09:58 2021 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -// -// SignUp.swift -// LazyBear -// -// Created by Dennis Concepción Martín on 23/3/21. -// - -import SwiftUI - -struct SignUp: View { - var body: some View { - Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/) - } -} - -struct SignUp_Previews: PreviewProvider { - static var previews: some View { - SignUp() - } -}