summaryrefslogtreecommitdiffstats
path: root/ios/Hæ-appen/TabBarView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'ios/Hæ-appen/TabBarView.swift')
-rw-r--r--ios/Hæ-appen/TabBarView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/Hæ-appen/TabBarView.swift b/ios/Hæ-appen/TabBarView.swift
index aa12188..2a88336 100644
--- a/ios/Hæ-appen/TabBarView.swift
+++ b/ios/Hæ-appen/TabBarView.swift
@@ -17,7 +17,7 @@ struct TabBarView : View {
MapContentView()
}
Tab("", systemImage: "camera.shutter.button.fill", role: .search) {
- MapContentView()
+ CameraContentView()
}
}
}