Removes the unused namespace property

This commit is contained in:
Rhys Morgan 2023-03-18 21:51:40 +00:00
parent 4219b528e3
commit 9559411c0b
1 changed files with 0 additions and 2 deletions

View File

@ -119,8 +119,6 @@ struct ToolbarModifier: ViewModifier {
}
}
@Namespace private var namespace
func body(content: Content) -> some View {
content
.navigationBarItems(leading: leading, trailing: trailing)