Skip to content

Commit 395c57d

Browse files
committed
remove TimerTip
1 parent 67b8145 commit 395c57d

File tree

3 files changed

+1
-29
lines changed

3 files changed

+1
-29
lines changed

TimerTip.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import ChatInput from './chatinput';
22
import MessageList from './messagelist';
3-
import TimerTip from './TimerTip';
4-
53
module.exports = {
6-
TimerTip: TimerTip,
74
ChatInput: ChatInput,
85
MessageList: MessageList
96
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"name": "react-native-imui",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"description": "react-native im ui",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)