Skip to content

Commit

Permalink
Align file names with view names
Browse files Browse the repository at this point in the history
  • Loading branch information
nriedman committed Apr 4, 2024
1 parent dfecc84 commit cf351d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ struct Dashboard: View {
}

#Preview {
return Dashboard(presentingAccount: .constant(false))
Dashboard(presentingAccount: .constant(false))
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ struct Greeting: View {
.padding()
}
}

#Preview {
Greeting()
}

0 comments on commit cf351d8

Please sign in to comment.