Time to implement the sign in page. Welp. Ahh, forgot the frame(). 1 2 3 4 5 6 struct SignInView: View { var body: some View { Text("I'm Sign In") .frame(width: 700, height: 300) } }