diff --git a/Lab5/Bookfill/src/components/directions/Direction.jsx b/Lab5/Bookfill/src/components/search/Search.jsx similarity index 100% rename from Lab5/Bookfill/src/components/directions/Direction.jsx rename to Lab5/Bookfill/src/components/search/Search.jsx diff --git a/Lab5/Bookfill/src/components/directions/Directions.jsx b/Lab5/Bookfill/src/components/search/Searchs.jsx similarity index 95% rename from Lab5/Bookfill/src/components/directions/Directions.jsx rename to Lab5/Bookfill/src/components/search/Searchs.jsx index 5c69f28..bb75eb9 100644 --- a/Lab5/Bookfill/src/components/directions/Directions.jsx +++ b/Lab5/Bookfill/src/components/search/Searchs.jsx @@ -1,7 +1,7 @@ import { useState } from 'react'; -import TableDirect from './TableDirect.jsx'; +import TableDirect from './TableSearch.jsx'; import Select from '../input/Select.jsx'; -import Direction from './Direction.jsx'; +import Direction from './Search.jsx'; import useLines from '../lines/hooks/LinesHook'; import useCart from '../cart/CartHook'; import Input from '../input/Input.jsx'; diff --git a/Lab5/Bookfill/src/components/directions/TableDirect.jsx b/Lab5/Bookfill/src/components/search/TableSearch.jsx similarity index 100% rename from Lab5/Bookfill/src/components/directions/TableDirect.jsx rename to Lab5/Bookfill/src/components/search/TableSearch.jsx diff --git a/Lab5/Bookfill/src/pages/CartPage copy.jsx b/Lab5/Bookfill/src/pages/CartPage copy.jsx deleted file mode 100644 index 3ca796c..0000000 --- a/Lab5/Bookfill/src/pages/CartPage copy.jsx +++ /dev/null @@ -1,9 +0,0 @@ -import Cart from '../components/cart/Cart.jsx'; - -const CartPage = () => { - return ( - - ); -}; - -export default CartPage; diff --git a/Lab5/Bookfill/src/pages/Search.jsx b/Lab5/Bookfill/src/pages/Search.jsx index 1072cc3..1ff86d9 100644 --- a/Lab5/Bookfill/src/pages/Search.jsx +++ b/Lab5/Bookfill/src/pages/Search.jsx @@ -1,5 +1,5 @@ import './pages.css'; -import Directions from '../components/directions/Directions.jsx'; +import Directions from '../components/search/Searchs.jsx'; const Search = () => { return ( diff --git a/Lab5/PrBookfill/src/pages/Page1.jsx b/Lab5/PrBookfill/src/pages/Page1.jsx index 58b510b..aeb6415 100644 --- a/Lab5/PrBookfill/src/pages/Page1.jsx +++ b/Lab5/PrBookfill/src/pages/Page1.jsx @@ -13,7 +13,7 @@ const Page1 = () => { Second slide