feat: Invite groups to documents (#7275)

This commit is contained in:
Tom Moor
2024-09-01 09:51:52 -04:00
committed by GitHub
parent fefb9200f1
commit f61689abdc
96 changed files with 2157 additions and 914 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import * as React from "react";
import { useTranslation, Trans } from "react-i18next";
import { IntegrationService } from "@shared/types";
import { ConnectedButton } from "~/scenes/Settings/components/ConnectedButton";
import { AvatarSize } from "~/components/Avatar/Avatar";
import { AvatarSize } from "~/components/Avatar";
import Flex from "~/components/Flex";
import Heading from "~/components/Heading";
import List from "~/components/List";