We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb0491 commit 20b95a4Copy full SHA for 20b95a4
www/src/helpers/client.ts
@@ -12,7 +12,7 @@ import { apiHost } from './hostname'
12
import customFetch from './uploadLink'
13
import { clearLocalStorage } from './localStorage'
14
import { fetchToken } from './authentication'
15
-import { getLoginUrlWithReturn } from 'components/users/utils'
+import { getLoginUrlWithReturn } from '../components/users/utils'
16
17
const API_HOST = apiHost()
18
const GQL_URL = `https://${API_HOST}/gql`
0 commit comments