mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Fix Naming
Change userService name to templateUserProfileService for templating. Remove test subclass from MockScreenTest
This commit is contained in:
@@ -44,6 +44,6 @@ struct ScreenList: View {
|
||||
@available(iOS 14.0, *)
|
||||
struct ScreenList_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
ScreenList(screens: [MockTemplateProfileUserScreenState.self])
|
||||
ScreenList(screens: [MockTemplateUserProfileScreenState.self])
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user