summaryrefslogtreecommitdiff
path: root/Jel/Views/ContentView.swift
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-12-22 17:14:21 -0500
committerShav Kinderlehrer <[email protected]>2023-12-22 17:14:21 -0500
commit5b78933de774fcf9291ba40e74dd928925699b0c (patch)
treeea256f35be0d2ef158306cd9a5dad1c72b4d6efd /Jel/Views/ContentView.swift
parent62a8e5704edb604d41af34df7607adf6492ca855 (diff)
downloadjel-5b78933de774fcf9291ba40e74dd928925699b0c.tar.gz
jel-5b78933de774fcf9291ba40e74dd928925699b0c.zip
Start implementing dashboard view + async image loader
Diffstat (limited to 'Jel/Views/ContentView.swift')
-rw-r--r--Jel/Views/ContentView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jel/Views/ContentView.swift b/Jel/Views/ContentView.swift
index 11a8277..76a01dd 100644
--- a/Jel/Views/ContentView.swift
+++ b/Jel/Views/ContentView.swift
@@ -21,7 +21,7 @@ struct ContentView: View {
SignInView()
} else {
NavigationStack {
- DashBoardView()
+ DashboardView()
}
}
}