Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit d23b994

Browse files
committed
fix import
1 parent 6234d71 commit d23b994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/right-panel/RightPanelStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import defaultDispatcher from '../../dispatcher/dispatcher';
2222
import { pendingVerificationRequestForUser } from '../../verification';
2323
import SettingsStore from "../../settings/SettingsStore";
2424
import { RightPanelPhases } from "./RightPanelStorePhases";
25-
import { Action } from "../../dispatcher/actions";
25+
import { ActionPayload } from "../../dispatcher/payloads";
2626
import { SettingLevel } from "../../settings/SettingLevel";
2727
import { UPDATE_EVENT } from '../AsyncStore';
2828
import { ReadyWatchingStore } from '../ReadyWatchingStore';

0 commit comments

Comments
 (0)