aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.tsx
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2021-02-01 18:40:48 -0500
committerusodhi <61431818+usodhi@users.noreply.github.com>2021-02-01 18:40:48 -0500
commit888fb3b3933e7aa48e9ac3abe85536328fcca336 (patch)
tree13eecef46668fcae0dcac36760133608f3c9ff47 /src/client/views/PropertiesView.tsx
parent6f1fa5e8211518cbb6ebff5cb6849101e36983ab (diff)
parent5b0a4a154a6e68139d3d7e462ca421d3fbbdd224 (diff)
merging
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r--src/client/views/PropertiesView.tsx2
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;