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