From 0479bdc785726a2446f262a1dda9ca477a3c9a97 Mon Sep 17 00:00:00 2001 From: Nishant Kaushal <101548649+nishant0708@users.noreply.github.com> Date: Thu, 4 Jul 2024 05:41:05 +0530 Subject: [PATCH] updated --- src/pages/AddFoodItem.jsx | 2 +- src/pages/SectionPage.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/AddFoodItem.jsx b/src/pages/AddFoodItem.jsx index 434b690..a85ec5f 100644 --- a/src/pages/AddFoodItem.jsx +++ b/src/pages/AddFoodItem.jsx @@ -196,4 +196,4 @@ function AddFoodItem() { ); } -export default AddFoodItem; +export default AddFoodItem; \ No newline at end of file diff --git a/src/pages/SectionPage.jsx b/src/pages/SectionPage.jsx index 8b0ce3f..4dd83de 100644 --- a/src/pages/SectionPage.jsx +++ b/src/pages/SectionPage.jsx @@ -125,4 +125,4 @@ const SectionPage = () => { ); }; -export default SectionPage; +export default SectionPage; \ No newline at end of file