aboutsummaryrefslogtreecommitdiff
path: root/Hotline/Views/UsersView.swift
diff options
context:
space:
mode:
authorDustin Mierau <dustin@mierau.me>2023-12-12 12:58:38 -0800
committerDustin Mierau <dustin@mierau.me>2023-12-12 12:58:38 -0800
commitf71c4cae3b21db506573bcdfa9fdb6cde41cc0ca (patch)
treefb26e9ef242ef390d444264698758b635c77d01c /Hotline/Views/UsersView.swift
parent18c4b8643df09be4ce52a4b110ea21ac1ad053fc (diff)
Moved to new client/model separation so client can be used in other projects. Some UI tweaks.
Diffstat (limited to 'Hotline/Views/UsersView.swift')
-rw-r--r--Hotline/Views/UsersView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hotline/Views/UsersView.swift b/Hotline/Views/UsersView.swift
index 0397ef7..ad43131 100644
--- a/Hotline/Views/UsersView.swift
+++ b/Hotline/Views/UsersView.swift
@@ -37,5 +37,5 @@ struct UsersView: View {
#Preview {
ChatView()
- .environment(Hotline(trackerClient: HotlineTrackerClient(), client: HotlineNewClient()))
+ .environment(Hotline(trackerClient: HotlineTrackerClient(), client: HotlineClient()))
}