diff options
author | Geireann <60007097+geireann@users.noreply.github.com> | 2022-02-15 19:51:51 -0500 |
---|---|---|
committer | Geireann <60007097+geireann@users.noreply.github.com> | 2022-02-15 19:51:51 -0500 |
commit | d010c3875b4a6b113f4f2099f201abbf1b8d4eb0 (patch) | |
tree | a6cf7dfbec78b3bcb6344ba785875ec1b5efdb7d | |
parent | 8dda7826d738bd4a70c493c68d85486f5d28143a (diff) |
added presbox
-rw-r--r-- | src/client/views/PropertiesView.tsx | 1 |
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; |