Merge branch 'revoke' into 'develop'
Add missing import See merge request soapbox-pub/soapbox!2516
This commit is contained in:
commit
13c965f3ca
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue