diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-02-01 18:40:48 -0500 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-02-01 18:40:48 -0500 |
commit | 888fb3b3933e7aa48e9ac3abe85536328fcca336 (patch) | |
tree | 13eecef46668fcae0dcac36760133608f3c9ff47 /src/client/views/PropertiesView.tsx | |
parent | 6f1fa5e8211518cbb6ebff5cb6849101e36983ab (diff) | |
parent | 5b0a4a154a6e68139d3d7e462ca421d3fbbdd224 (diff) |
merging
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 f0d3f1f3f..cd53c8d86 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -28,7 +28,7 @@ import { PresBox } from "./nodes/PresBox"; import { PropertiesButtons } from "./PropertiesButtons"; import { PropertiesDocContextSelector } from "./PropertiesDocContextSelector"; import "./PropertiesView.scss"; -import { DefaultStyleProvider } from "./StyleProvider"; +import { DefaultStyleProvider, FilteringStyleProvider } from "./StyleProvider"; import { FilterBox } from "./nodes/FilterBox"; const higflyout = require("@hig/flyout"); export const { anchorPoints } = higflyout; |