Fix: Small changes to profile context menu

This commit is contained in:
nizune
2021-07-04 13:41:52 +02:00
committed by Paul
parent a49d40e71d
commit a83d41cbcc
5 changed files with 10 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ import { Text } from "preact-i18n";
import { useContext, useEffect, useState } from "preact/hooks";
import { User } from "revolt.js";
import Details from "../../../components/ui/Details";
import Category from "../../ui/Category";
import { useParams } from "react-router";
import { UserButton } from "../items/ButtonItem";