mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
added HashtagTrendings
component
This commit is contained in:
parent
3a6a7b3fcc
commit
ff6ba48f8a
10
packages/app/src/components/HashtagTrendings/index.jsx
Normal file
10
packages/app/src/components/HashtagTrendings/index.jsx
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
import React from "react"
|
||||||
|
|
||||||
|
import "./index.less"
|
||||||
|
|
||||||
|
// TODO: Implement this component
|
||||||
|
export default (props) => {
|
||||||
|
return <div className="hashtagTrendings">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
}
|
3
packages/app/src/components/HashtagTrendings/index.less
Normal file
3
packages/app/src/components/HashtagTrendings/index.less
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
.hashtagTrendings {
|
||||||
|
display: flex;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user