We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef885f commit d92850fCopy full SHA for d92850f
src/components/index.js
@@ -1,4 +1,5 @@
1
export * from './Attachment';
2
+export * from './AutoCompleteInput';
3
export * from './Avatar';
4
export * from './Channel';
5
export * from './ChannelList';
@@ -9,7 +10,6 @@ export * from './Indicators';
9
10
export * from './KeyboardCompatibleView';
11
export * from './Message';
12
export * from './MessageInput';
-export * from './AutoCompleteInput';
13
export * from './MessageList';
14
export * from './Reaction';
15
export * from './Spinner';
0 commit comments