Merge branch 'revoke' into 'develop'

Add missing import

See merge request soapbox-pub/soapbox!2516
This commit is contained in:
Alex Gleason 2023-05-18 17:02:02 +00:00
commit 13c965f3ca

View file

@ -10,7 +10,7 @@ import { getBaseURL } from 'soapbox/utils/state';
import { baseClient } from '../api';
import type { AppDispatch } from 'soapbox/store';
import type { AppDispatch, RootState } from 'soapbox/store';
export const OAUTH_TOKEN_CREATE_REQUEST = 'OAUTH_TOKEN_CREATE_REQUEST';
export const OAUTH_TOKEN_CREATE_SUCCESS = 'OAUTH_TOKEN_CREATE_SUCCESS';