aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers')
-rw-r--r--src/containers/settings/ReleaseNotesWindow.tsx7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/containers/settings/ReleaseNotesWindow.tsx b/src/containers/settings/ReleaseNotesWindow.tsx
index ea7b952d2..8215c9f36 100644
--- a/src/containers/settings/ReleaseNotesWindow.tsx
+++ b/src/containers/settings/ReleaseNotesWindow.tsx
@@ -6,13 +6,8 @@ import { Outlet } from 'react-router-dom';
6import { StoresProps } from '../../@types/ferdium-components.types'; 6import { StoresProps } from '../../@types/ferdium-components.types';
7import Layout from '../../components/settings/releaseNotes/ReleaseNotesLayout'; 7import Layout from '../../components/settings/releaseNotes/ReleaseNotesLayout';
8import ErrorBoundary from '../../components/util/ErrorBoundary'; 8import ErrorBoundary from '../../components/util/ErrorBoundary';
9import { Actions } from '../../actions/lib/actions';
10import { RealStores } from '../../stores';
11 9
12interface IProps { 10interface IProps {}
13 actions?: Actions;
14 stores?: RealStores;
15}
16 11
17@inject('stores', 'actions') 12@inject('stores', 'actions')
18@observer 13@observer