getting things organized

This commit is contained in:
talksik
2021-12-18 01:59:34 -08:00
parent 07bd9f2196
commit 5ce958501a
4 changed files with 169 additions and 152 deletions
@@ -32,6 +32,6 @@ struct SplashView: View {
struct SplashView_Previews: PreviewProvider {
static var previews: some View {
SplashView()
SplashView().environmentObject(AuthSessionStore())
}
}