diff --git a/src/App.css b/src/App.css new file mode 100644 index 0000000..1e40e7d --- /dev/null +++ b/src/App.css @@ -0,0 +1,5 @@ +.product { + color: red; + font-size: 14; + font-family: 'Arial'; +} diff --git a/src/App.jsx b/src/App.jsx index 6bf3ac6..3a4f3b2 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,10 +1,20 @@ -// удаляем все, оставляя лишь пустую функцию App ниже +import './App.css' + +function Product() { + return ( + <> +
Товар
+ > + ) +} function App() { return ( <> - {/* Добавьте тестовый контент для проверки */} -