Skip to content

Commit

Permalink
fix: interfaces import
Browse files Browse the repository at this point in the history
  • Loading branch information
web-mi committed May 28, 2024
1 parent 5a5a73f commit ba0373b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/registration/autoLogin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { getBudibaseAccessToken } from '../sessionCookie/getBudibaseAccessToken'
import {
TenantDataInterface,
TenantDataSettingsInterface
} from '../../globalState/interfaces';
} from '../../globalState/interfaces/TenantDataInterface';
import { appConfig } from '../../utils/appConfig';
import { parseJwt } from '../../utils/parseJWT';
import { removeRocketChatMasterKeyFromLocalStorage } from '../sessionCookie/accessSessionLocalStorage';
Expand Down

0 comments on commit ba0373b

Please sign in to comment.