Mercurial > public > lazybear
comparison LazyBear/ContentView.swift @ 386:3599d303d1a0
Delete HudManager.swift
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Sat, 24 Apr 2021 12:20:57 +0200 |
parents | 7aab87e16661 |
children | a0cf8fe47044 |
comparison
equal
deleted
inserted
replaced
385:7aab87e16661 | 386:3599d303d1a0 |
---|---|
54 } | 54 } |
55 | 55 |
56 struct ContentView_Previews: PreviewProvider { | 56 struct ContentView_Previews: PreviewProvider { |
57 static var previews: some View { | 57 static var previews: some View { |
58 ContentView() | 58 ContentView() |
59 .environmentObject(HudManager()) | |
60 } | 59 } |
61 } | 60 } |