fix(imports): fix invalid imports

pull/2792/head
Jakob Ankarhem 2 years ago
parent ef24e3064f
commit 49a0ba48b7
No known key found for this signature in database
GPG Key ID: 149CBB661002B3BE

@ -1,8 +1,8 @@
import globalMessages from '@app/i18n/globalMessages';
import OIDCAuth from '@app/utils/oidc';
import { LoginIcon } from '@heroicons/react/outline';
import React, { useState } from 'react';
import { useState } from 'react';
import { defineMessages, useIntl } from 'react-intl';
import globalMessages from '../../i18n/globalMessages';
import OIDCAuth from '../../utils/oidc';
const messages = defineMessages({
signinwithoidc: 'Sign In With {provider}',

Loading…
Cancel
Save