Skip to content

Commit ce7b74f

Browse files
committed
fix: lint issues
1 parent 86abac6 commit ce7b74f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/src/components/ChannelPreview/ChannelPreviewMessenger.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from 'react';
22
import { StyleSheet, View } from 'react-native';
33
import { TouchableOpacity } from 'react-native-gesture-handler';
4+
45
import { ChannelAvatar } from './ChannelAvatar';
56
import type { ChannelPreviewProps } from './ChannelPreview';
67
import { ChannelPreviewMessage } from './ChannelPreviewMessage';

0 commit comments

Comments
 (0)