diff --git a/src/App.jsx b/src/App.jsx index ff3285812..95cc66728 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,248 +1,111 @@ /* eslint-disable jsx-a11y/accessible-emoji */ -import React from 'react'; +import React, { useState } from 'react'; import './App.scss'; -// import usersFromServer from './api/users'; -// import categoriesFromServer from './api/categories'; -// import productsFromServer from './api/products'; - -// const products = productsFromServer.map((product) => { -// const category = null; // find by product.categoryId -// const user = null; // find by category.ownerId - -// return null; -// }); - -export const App = () => ( -
-
-

Product Categories

- -
-