@@ -10,10 +10,11 @@ export default {
10
10
App : 'src/modules/App/index.tsx' ,
11
11
12
12
// SendbirdProvider
13
- SendbirdProvider : 'src/lib/Sendbird.tsx' ,
13
+ SendbirdProvider : 'src/lib/Sendbird/index .tsx' ,
14
14
sendbirdSelectors : 'src/lib/selectors.ts' ,
15
- useSendbirdStateContext : 'src/hooks/useSendbirdStateContext.tsx' ,
16
- withSendbird : 'src/lib/SendbirdSdkContext.tsx' ,
15
+ // TODO: Support below legacy exports
16
+ // useSendbirdStateContext: 'src/hooks/useSendbirdStateContext.tsx',
17
+ // withSendbird: 'src/lib/SendbirdSdkContext.tsx',
17
18
18
19
// Voice message
19
20
'VoiceRecorder/context' : 'src/hooks/VoiceRecorder/index.tsx' ,
@@ -49,7 +50,7 @@ export default {
49
50
50
51
// GroupChannelList
51
52
GroupChannelList : 'src/modules/GroupChannelList/index.tsx' ,
52
- 'GroupChannelList/context' : 'src/modules/GroupChannelList/context/GroupChannelListProvider .tsx' ,
53
+ 'GroupChannelList/context' : 'src/modules/GroupChannelList/context/index .tsx' ,
53
54
'GroupChannelList/components/AddGroupChannel' : 'src/modules/GroupChannelList/components/AddGroupChannel/index.tsx' ,
54
55
'GroupChannelList/components/GroupChannelListUI' : 'src/modules/GroupChannelList/components/GroupChannelListUI/index.tsx' ,
55
56
'GroupChannelList/components/GroupChannelListHeader' : 'src/modules/GroupChannelList/components/GroupChannelListHeader/index.tsx' ,
@@ -58,7 +59,7 @@ export default {
58
59
59
60
// ChannelSettings
60
61
ChannelSettings : 'src/modules/ChannelSettings/index.tsx' ,
61
- 'ChannelSettings/context' : 'src/modules/ChannelSettings/context/ChannelSettingsProvider .tsx' ,
62
+ 'ChannelSettings/context' : 'src/modules/ChannelSettings/context/index .tsx' ,
62
63
'ChannelSettings/hooks/useMenuList' : 'src/modules/ChannelSettings/components/ChannelSettingsUI/hooks/useMenuItems.tsx' ,
63
64
'ChannelSettings/components/ChannelProfile' : 'src/modules/ChannelSettings/components/ChannelProfile/index.tsx' ,
64
65
'ChannelSettings/components/ChannelSettingsUI' : 'src/modules/ChannelSettings/components/ChannelSettingsUI/index.tsx' ,
@@ -93,7 +94,7 @@ export default {
93
94
'Channel/components/SuggestedMentionList' : 'src/modules/Channel/components/SuggestedMentionList/index.tsx' ,
94
95
95
96
GroupChannel : 'src/modules/GroupChannel/index.tsx' ,
96
- 'GroupChannel/context' : 'src/modules/GroupChannel/context/GroupChannelProvider .tsx' ,
97
+ 'GroupChannel/context' : 'src/modules/GroupChannel/context/index .tsx' ,
97
98
'GroupChannel/components/GroupChannelHeader' : 'src/modules/GroupChannel/components/GroupChannelHeader/index.tsx' ,
98
99
'GroupChannel/components/GroupChannelUI' : 'src/modules/GroupChannel/components/GroupChannelUI/index.tsx' ,
99
100
'GroupChannel/components/FileViewer' : 'src/modules/GroupChannel/components/FileViewer/index.tsx' ,
@@ -139,7 +140,7 @@ export default {
139
140
140
141
// MessageSearch
141
142
MessageSearch : 'src/modules/MessageSearch/index.tsx' ,
142
- 'MessageSearch/context' : 'src/modules/MessageSearch/context/MessageSearchProvider .tsx' ,
143
+ 'MessageSearch/context' : 'src/modules/MessageSearch/context/index .tsx' ,
143
144
'MessageSearch/components/MessageSearchUI' : 'src/modules/MessageSearch/components/MessageSearchUI/index.tsx' ,
144
145
145
146
// Message
@@ -148,7 +149,7 @@ export default {
148
149
149
150
// Thread
150
151
Thread : 'src/modules/Thread/index.tsx' ,
151
- 'Thread/context' : 'src/modules/Thread/context/ThreadProvider .tsx' ,
152
+ 'Thread/context' : 'src/modules/Thread/context/index .tsx' ,
152
153
'Thread/context/types' : 'src/modules/Thread/types.tsx' ,
153
154
'Thread/components/ThreadUI' : 'src/modules/Thread/components/ThreadUI/index.tsx' ,
154
155
'Thread/components/ThreadHeader' : 'src/modules/Thread/components/ThreadHeader/index.tsx' ,
@@ -160,7 +161,7 @@ export default {
160
161
161
162
// CreateChannel
162
163
CreateChannel : 'src/modules/CreateChannel/index.tsx' ,
163
- 'CreateChannel/context' : 'src/modules/CreateChannel/context/CreateChannelProvider .tsx' ,
164
+ 'CreateChannel/context' : 'src/modules/CreateChannel/context/index .tsx' ,
164
165
'CreateChannel/components/CreateChannelUI' : 'src/modules/CreateChannel/components/CreateChannelUI/index.tsx' ,
165
166
'CreateChannel/components/InviteUsers' : 'src/modules/CreateChannel/components/InviteUsers/index.tsx' ,
166
167
'CreateChannel/components/SelectChannelType' : 'src/modules/CreateChannel/components/SelectChannelType.tsx' ,
0 commit comments