import React from "react"
import { Translation } from "react-i18next"
import { PagePanelWithNavMenu } from "@components/PagePanels"
import usePageWidgets from "@hooks/usePageWidgets"
import Tabs from "./tabs"
const TrendingsCard = () => {
return
}
const TimelinePage = () => {
usePageWidgets([
{
id: "trendings",
component: TrendingsCard
}
])
return {(t) => t("Create")},
props: {
type: "primary",
onClick: app.controls.openPostCreator
}
},
]}
onTabChange={() => {
app.layout.scrollTo({
top: 0,
})
}}
useSetQueryType
transition
masked
/>
}
export default TimelinePage