diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-10-16 17:27:12 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-10-16 17:27:12 +0530 |
commit | 75787c04b08ab09da90f62689d61b024083da16f (patch) | |
tree | 9d5dc30482ee60e4f3708b1c1497a833aef1b64a | |
parent | d7cff4d9e51b1a8e795bd66f7f6696664bd66787 (diff) | |
download | mall-app-75787c04b08ab09da90f62689d61b024083da16f.tar.gz mall-app-75787c04b08ab09da90f62689d61b024083da16f.tar.bz2 mall-app-75787c04b08ab09da90f62689d61b024083da16f.zip |
Removed the Comment on App.js
-rw-r--r-- | App.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'; |