aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/reportManager/ReportManager.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-08-27 14:23:30 -0400
committerbobzel <zzzman@gmail.com>2023-08-27 14:23:30 -0400
commit52a2aaf9bc241ee39dce7510958fb192860a876c (patch)
tree74a496d434923a44a1fd0a8aefb00c8efc0c7894 /src/client/util/reportManager/ReportManager.tsx
parent8a43ea9c37fe9ae671391bc264e3760cd90d53c5 (diff)
unused higflyout refs
Diffstat (limited to 'src/client/util/reportManager/ReportManager.tsx')
-rw-r--r--src/client/util/reportManager/ReportManager.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/util/reportManager/ReportManager.tsx b/src/client/util/reportManager/ReportManager.tsx
index 7aad0f2b1..3cd2d47a0 100644
--- a/src/client/util/reportManager/ReportManager.tsx
+++ b/src/client/util/reportManager/ReportManager.tsx
@@ -20,9 +20,6 @@ import { Filter, FormInput, FormTextArea, IssueCard, IssueView, Tag } from './Re
import { StrCast } from '../../../fields/Types';
import { MdRefresh } from 'react-icons/md';
import { SettingsManager } from '../SettingsManager';
-const higflyout = require('@hig/flyout');
-export const { anchorPoints } = higflyout;
-export const Flyout = higflyout.default;
/**
* Class for reporting and viewing Github issues within the app.