Skip to content

Commit

Permalink
chore: 사용하지 않는 import 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hyobb109 committed Dec 15, 2024
1 parent cb9ca8a commit bd91d6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/common/MarkDownView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { fontBasic } from '@utils/Sizing';
import React from 'react';
import { StyleProp, StyleSheet, ViewStyle, ScrollView } from 'react-native';
import Markdown from 'react-native-markdown-display';
import MyText from './MyText';

interface IMarkDownViewProps {
containerStyle?: StyleProp<ViewStyle>;
Expand Down

0 comments on commit bd91d6b

Please sign in to comment.