From 5b78933de774fcf9291ba40e74dd928925699b0c Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Fri, 22 Dec 2023 17:14:21 -0500 Subject: Start implementing dashboard view + async image loader --- Jel/Views/ContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jel/Views/ContentView.swift') 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() } } } -- cgit v1.2.3