Shared: Share: delete useless

This commit is contained in:
Viktor Fomin 2024-04-08 20:42:08 +03:00
parent b48b20cc05
commit 779945da0b

View File

@ -35,7 +35,7 @@ import { RowSkeleton } from "../../../skeletons/share";
import { TFileLink } from "../../../api/files/types";
import { copyShareLink } from "../../../utils/copy";
import { Avatar, AvatarRole, AvatarSize } from "../../avatar";
import { Link, LinkType } from "../../link";
import { Link } from "../../link";
import { ComboBox, ComboBoxSize, TOption } from "../../combobox";
import { IconButton } from "../../icon-button";
import { toastr } from "../../toast";