feat: discover page

This commit is contained in:
2023-05-15 09:51:17 +01:00
parent 6fa242c5f9
commit 3e5b7ec4a6
9 changed files with 108 additions and 5 deletions

View File

@ -4,7 +4,7 @@ import { FormattedMessage } from "react-intl";
import FollowListBase from "Element/FollowListBase";
import PageSpinner from "Element/PageSpinner";
import NostrBandApi from "NostrBand";
import NostrBandApi from "External/NostrBand";
export default function TrendingUsers() {
const [userList, setUserList] = useState<HexKey[]>();