From 89ad182ea677f498448a6f5fd332f1ff2d9a198e Mon Sep 17 00:00:00 2001 From: raghad Date: Sat, 24 May 2025 03:58:45 +0300 Subject: [PATCH] index.html //LoginPage.js --- public/index.html | 19 ++++--------------- src/pages/LoginPage.js | 35 ----------------------------------- 2 files changed, 4 insertions(+), 50 deletions(-) delete mode 100644 src/pages/LoginPage.js diff --git a/public/index.html b/public/index.html index 8674876..8355e13 100644 --- a/public/index.html +++ b/public/index.html @@ -2,11 +2,10 @@ -<<<<<<< HEAD + -======= - ->>>>>>> 094d64320df085d59dc613108366955085361a0b + + -<<<<<<< HEAD - - - - Restaurant -======= Resturant ->>>>>>> 094d64320df085d59dc613108366955085361a0b + diff --git a/src/pages/LoginPage.js b/src/pages/LoginPage.js deleted file mode 100644 index a41fcf8..0000000 --- a/src/pages/LoginPage.js +++ /dev/null @@ -1,35 +0,0 @@ -import React from 'react'; -import { Box } from '@mui/material'; -import SidePanel from '../components/SidePanel'; -import LoginForm from '../components/LoginForm'; - -export default function LoginPage() { - return ( - - {/* SidePanel ثابت */} - - - - - {/* LoginForm مع margin-left لتجنب تغطيته بـ SidePanel */} - - - - - ); -}