Finished navbar (responsive) and started to work

on filters sidebar
This commit is contained in:
Edin Dazdarevic
2016-11-08 10:25:48 +01:00
parent 4df91c1685
commit 7072278061
7 changed files with 260 additions and 22 deletions

View File

@@ -5,18 +5,6 @@ export default class Listings extends React.Component {
return (
<div className="listings">
<div className="listings-row">
one filter
</div>
<div className="listings-row">
two filter
</div>
<div className="listings-row">
two filter
</div>
<div className="listings-row">
two filter
</div>
</div>)
}
}