diff options
author | mehekj <mehek.jethani@gmail.com> | 2022-06-05 11:38:46 -0400 |
---|---|---|
committer | mehekj <mehek.jethani@gmail.com> | 2022-06-05 11:38:46 -0400 |
commit | b51b78c641c3e64f04cf878f02b5d7b1a620769e (patch) | |
tree | b7f00a33f96e497f3d590505b4211c4279960bb6 /src/client/views/nodes/DocumentLinksButton.tsx | |
parent | 30347f1ac971b3299cfbefd5505e20f5e82702e0 (diff) |
cleanup
Diffstat (limited to 'src/client/views/nodes/DocumentLinksButton.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentLinksButton.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/views/nodes/DocumentLinksButton.tsx b/src/client/views/nodes/DocumentLinksButton.tsx index f9d2b9917..4a06354b2 100644 --- a/src/client/views/nodes/DocumentLinksButton.tsx +++ b/src/client/views/nodes/DocumentLinksButton.tsx @@ -20,9 +20,6 @@ import { DocumentView } from "./DocumentView"; import { LinkDescriptionPopup } from "./LinkDescriptionPopup"; import { TaskCompletionBox } from "./TaskCompletedBox"; import React = require("react"); -import { Transform } from "../../util/Transform"; -import { InkTool } from "../../../fields/InkField"; -import { CurrentUserUtils } from "../../util/CurrentUserUtils"; const higflyout = require("@hig/flyout"); export const { anchorPoints } = higflyout; |