From 0dcfe023f0202da5c53dd2010995383305d1c2e3 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Sat, 1 Nov 2025 12:11:21 +0330 Subject: [PATCH] create foor --- src/components/Select.tsx | 2 +- src/components/Switch.tsx | 50 +++++ src/index.css | 4 + src/pages/food/Create.tsx | 185 ++++++++++++++++++ .../food/components/CreateFoodSidebar.tsx | 59 ++++++ src/router/Main.tsx | 2 + 6 files changed, 301 insertions(+), 1 deletion(-) create mode 100644 src/components/Switch.tsx create mode 100644 src/pages/food/Create.tsx create mode 100644 src/pages/food/components/CreateFoodSidebar.tsx diff --git a/src/components/Select.tsx b/src/components/Select.tsx index fbce0f1..ae54b40 100644 --- a/src/components/Select.tsx +++ b/src/components/Select.tsx @@ -25,7 +25,7 @@ const Select: FC = (props: Props) => { } + +
+ +
+ +
+ +
+ +
+ + + +
+ +
+ +
+ +
+