feat: перенос vin в компоненты, добавление логики и исправления
This commit is contained in:
9
src/components/vin/KnotIn.tsx
Normal file
9
src/components/vin/KnotIn.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
import React from "react";
|
||||
|
||||
const KnotIn = () => (
|
||||
<div className="knotin">
|
||||
<img src="/images/image-44.jpg" loading="lazy" alt="" className="image-26" />
|
||||
</div>
|
||||
);
|
||||
|
||||
export default KnotIn;
|
Reference in New Issue
Block a user