diff options
| author | Dustin Mierau <dustin@mierau.me> | 2023-12-20 09:43:59 -0800 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2023-12-20 09:43:59 -0800 |
| commit | f58b0da88077b3129c2321b4af82b807c6d38ebf (patch) | |
| tree | 20b280106770c0733059894a87844617edf8bdcf /Hotline/iOS | |
| parent | 980b82d42eb8e5160f0495ad6f4472b1fc649bfe (diff) | |
Remove HotlineState class for now. Not maintaining global state info yet.
Diffstat (limited to 'Hotline/iOS')
| -rw-r--r-- | Hotline/iOS/NewsView.swift | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Hotline/iOS/NewsView.swift b/Hotline/iOS/NewsView.swift index 92e8303..6d3ad45 100644 --- a/Hotline/iOS/NewsView.swift +++ b/Hotline/iOS/NewsView.swift @@ -247,6 +247,5 @@ struct NewsView: View { #Preview { MessageBoardView() - .environment(HotlineState()) .environment(Hotline(trackerClient: HotlineTrackerClient(), client: HotlineClient())) } |