mirror of
https://github.com/docmost/docmost.git
synced 2025-11-16 18:51:08 +10:00
refactor: merge to single file
This commit is contained in:
@ -7,7 +7,7 @@ import { formatMemberCount } from "@/lib";
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
export default function SpaceList() {
|
||||
const { t } = useTranslation("space");
|
||||
const { t } = useTranslation();
|
||||
const { data, isLoading } = useGetSpacesQuery();
|
||||
const [opened, { open, close }] = useDisclosure(false);
|
||||
const [selectedSpaceId, setSelectedSpaceId] = useState<string>(null);
|
||||
|
||||
Reference in New Issue
Block a user