Import activitykit

This commit is contained in:
Garth Vander Houwen 2023-09-06 20:56:08 -07:00
parent c75ca8ad5a
commit f3fb06caa9
2 changed files with 3 additions and 1 deletions

View file

@ -662,7 +662,6 @@
isa = PBXGroup;
children = (
DD7709392AA1ABA1007A8BF0 /* Tips */,
DDDB443E29F79A9400EE2349 /* Extensions */,
DD90860A26F645B700DC5189 /* Meshtastic.entitlements */,
DD8ED9C6289CE4A100B3B0AB /* Enums */,
DD86D40D2881BDB300BAEB7A /* Export */,

View file

@ -13,6 +13,9 @@ import CoreBluetooth
#if canImport(TipKit)
import TipKit
#endif
#if canImport(ActivityKit)
import ActivityKit
#endif
struct Connect: View {