Skip to content

Commit 0baf341

Browse files
committed
Remove <br/>
1 parent fc86a02 commit 0baf341

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

components/Product/IndexProducts.component.jsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ import PageTitle from 'components/Header/PageTitle.component';
1111
const IndexProducts = ({ products }) => {
1212
return (
1313
<>
14-
<br/>
15-
16-
1714
<PageTitle title="Produkter" />
18-
19-
2015

2116
<section className="bg-white">
2217
<div

0 commit comments

Comments
 (0)