From 75787c04b08ab09da90f62689d61b024083da16f Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Wed, 16 Oct 2024 17:27:12 +0530 Subject: Removed the Comment on App.js --- App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'App.js') diff --git a/App.js b/App.js index 8ba4a95..51701e6 100644 --- a/App.js +++ b/App.js @@ -1,4 +1,4 @@ -import React from 'react'; // Corrected 'form' to 'from' +import React from 'react'; import { NavigationContainer } from '@react-navigation/native'; import AppNavigator from './src/navigation/AppNavigator.js'; import { CartProvider } from './src/context/CartContext.js'; -- cgit v1.2.3-59-g8ed1b