diff --git a/src/components/Main/Products.tsx b/src/components/Main/Products.tsx index 692657a..fbf5b89 100644 --- a/src/components/Main/Products.tsx +++ b/src/components/Main/Products.tsx @@ -1,6 +1,7 @@ -import { useState } from 'react'; +import { useEffect, useReducer, useState } from 'react'; import { MiniTitle } from '../../ui/MiniTitle'; import { Title } from '../../ui/Title'; +import { useWindowWidth } from '../../hooks/useWindowWidth'; export function Products() { const [curTab, setCurTab] = useState(0); @@ -124,7 +125,7 @@ function TrainingsTab() {
-
-
-
-
+
+
+
+
+
+ >
+ )}
модель позволяет производить расчеты характеристик работы, diff --git a/src/components/Main/Projects.tsx b/src/components/Main/Projects.tsx index 32cd8c2..4ef7bfa 100644 --- a/src/components/Main/Projects.tsx +++ b/src/components/Main/Projects.tsx @@ -115,9 +115,9 @@ function Slider({ return (