aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeireann <60007097+geireann@users.noreply.github.com>2022-02-15 19:51:51 -0500
committerGeireann <60007097+geireann@users.noreply.github.com>2022-02-15 19:51:51 -0500
commitd010c3875b4a6b113f4f2099f201abbf1b8d4eb0 (patch)
treea6cf7dfbec78b3bcb6344ba785875ec1b5efdb7d
parent8dda7826d738bd4a70c493c68d85486f5d28143a (diff)
added presbox
-rw-r--r--src/client/views/PropertiesView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx
index 25b1381fe..f53944805 100644
--- a/src/client/views/PropertiesView.tsx
+++ b/src/client/views/PropertiesView.tsx
@@ -32,6 +32,7 @@ import { PropertiesButtons } from "./PropertiesButtons";
import { PropertiesDocContextSelector } from "./PropertiesDocContextSelector";
import "./PropertiesView.scss";
import { DefaultStyleProvider } from "./StyleProvider";
+import { PresBox } from "./nodes/trails";
const higflyout = require("@hig/flyout");
export const { anchorPoints } = higflyout;
export const Flyout = higflyout.default;