diff options
author | vkalev <vjk1883@gmail.com> | 2021-07-31 16:02:50 -0400 |
---|---|---|
committer | vkalev <vjk1883@gmail.com> | 2021-07-31 16:02:50 -0400 |
commit | 61d01ac7e7a2ff2df3a083aaa87ca5d8edbf71e8 (patch) | |
tree | 89a1df14be55fa6961c48a39edae9d5331006cb9 /src/client/views/PropertiesView.tsx | |
parent | 193b90b9ade89b2060c701009ba6e57daf0c8c53 (diff) | |
parent | 41ccf50f2b551edd6827c9fd6296b9ff87a65915 (diff) |
Merge branch 'master' into ink-gfx-victor
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r-- | src/client/views/PropertiesView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx index 4df3e4f00..8136edf04 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -24,7 +24,7 @@ import { EditableView } from "./EditableView"; import { InkStrokeProperties } from "./InkStrokeProperties"; import { DocumentView, StyleProviderFunc } from "./nodes/DocumentView"; import { KeyValueBox } from "./nodes/KeyValueBox"; -import { PresBox } from "./nodes/PresBox"; +import { PresBox } from "./nodes/trails/PresBox"; import { PropertiesButtons } from "./PropertiesButtons"; import { PropertiesDocContextSelector } from "./PropertiesDocContextSelector"; import "./PropertiesView.scss"; |