added HashtagTrendings component

This commit is contained in:
srgooglo 2022-09-08 19:03:24 +02:00
parent 3a6a7b3fcc
commit ff6ba48f8a
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,10 @@
import React from "react"
import "./index.less"
// TODO: Implement this component
export default (props) => {
return <div className="hashtagTrendings">
</div>
}

View File

@ -0,0 +1,3 @@
.hashtagTrendings {
display: flex;
}