Skip to content

Commit

Permalink
[refactor] nav to seekhelp
Browse files Browse the repository at this point in the history
  • Loading branch information
arfamomin committed Dec 5, 2024
1 parent 24138fd commit cb57ca3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/screens/HealingResources/HFHGuide/index.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import React, { useEffect, useState } from 'react';
import { Pressable, ScrollView, Text, View } from 'react-native';
import RenderHTML from 'react-native-render-html';
import RenderHTML, { MixedStyleRecord } from 'react-native-render-html';
import { useFonts } from 'expo-font';
import { HealingScreenProps } from '@/navigation/types';
import { MixedStyleRecord } from 'react-native-render-html';
import {
getNextSubheadingId,
getSubheadingById,
Expand Down Expand Up @@ -95,4 +94,4 @@ const htmlStyles: MixedStyleRecord = {
lineHeight: 24,
color: '#444',
},
};
};

0 comments on commit cb57ca3

Please sign in to comment.