aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/settings/SupportScreen.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/settings/SupportScreen.tsx')
-rw-r--r--src/containers/settings/SupportScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/settings/SupportScreen.tsx b/src/containers/settings/SupportScreen.tsx
index c2f25ad8c..4c50869bb 100644
--- a/src/containers/settings/SupportScreen.tsx
+++ b/src/containers/settings/SupportScreen.tsx
@@ -1,4 +1,4 @@
1import { Component, ReactElement } from 'react'; 1import { Component, type ReactElement } from 'react';
2 2
3import SupportFerdium from '../../components/settings/supportFerdium/SupportFerdiumDashboard'; 3import SupportFerdium from '../../components/settings/supportFerdium/SupportFerdiumDashboard';
4import ErrorBoundary from '../../components/util/ErrorBoundary'; 4import ErrorBoundary from '../../components/util/ErrorBoundary';