Skip to content

Commit a3b2f2e

Browse files
committed
Revert "Test typealias over @_exported"
This reverts commit bb5cc83.
1 parent bb5cc83 commit a3b2f2e

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

DemoAppSwiftUI/GroupNameView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Copyright © 2025 Stream.io Inc. All rights reserved.
33
//
44

5-
import StreamChat
65
import StreamChatSwiftUI
76
import SwiftUI
87

DemoAppSwiftUI/LoginView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Copyright © 2025 Stream.io Inc. All rights reserved.
33
//
44

5-
import StreamChat
65
import StreamChatSwiftUI
76
import SwiftUI
87

Sources/StreamChatSwiftUI/Utils/StreamCore+Extensions.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,4 @@
22
// Copyright © 2025 Stream.io Inc. All rights reserved.
33
//
44

5-
import Foundation
6-
import StreamCore
7-
8-
typealias Injected<T> = StreamCore.Injected<T>
9-
typealias InjectedValues = StreamCore.InjectedValues
10-
typealias StreamConcurrency = StreamCore.StreamConcurrency
5+
@_exported import StreamCore

0 commit comments

Comments
 (0)