Skip to content

Commit

Permalink
small changes to appease eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
philipye314 committed Dec 7, 2024
1 parent c3b3a51 commit 55f2dab
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as React from 'react';
import { createBottomTabNavigator } from '@react-navigation/bottom-tabs';
import { NavigationContainer } from '@react-navigation/native';
import NavigationBar from '@/navigation/BottomTabNavigator';

Expand Down
1 change: 1 addition & 0 deletions src/components/TabBarItem/TabBarItem.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import { Text, View } from 'react-native';

// import { colors } from '@/styles/colors';
Expand Down
2 changes: 1 addition & 1 deletion src/screens/HealingResources/HFHGuide/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useEffect, useState } from 'react';
import { Pressable, ScrollView, Text, View } from 'react-native';
import { ScrollView, Text, View } from 'react-native';
import RenderHTML, { MixedStyleRecord } from 'react-native-render-html';
import { useFonts } from 'expo-font';
import { HealingScreenProps } from '@/navigation/types';
Expand Down
3 changes: 1 addition & 2 deletions src/screens/Home/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import { Image, Text, TouchableOpacity, View } from 'react-native';
import logo from 'src/assets/images/JDI_LOGO.png';
import { Text, TouchableOpacity, View } from 'react-native';
import { styles } from './styles';

export default function HomeScreen() {
Expand Down

0 comments on commit 55f2dab

Please sign in to comment.