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 */} - - - - - ); -}