|
@@ -29,10 +29,10 @@ import Text from '@douyinfe/semi-ui/lib/es/typography/text';
|
|
|
import TelegramLoginButton from 'react-telegram-login';
|
|
import TelegramLoginButton from 'react-telegram-login';
|
|
|
|
|
|
|
|
import { IconGithubLogo, IconMail, IconLock } from '@douyinfe/semi-icons';
|
|
import { IconGithubLogo, IconMail, IconLock } from '@douyinfe/semi-icons';
|
|
|
-import OIDCIcon from './OIDCIcon.js';
|
|
|
|
|
-import WeChatIcon from './WeChatIcon';
|
|
|
|
|
|
|
+import OIDCIcon from './common/logo/OIDCIcon.js';
|
|
|
|
|
+import WeChatIcon from './common/logo/WeChatIcon.js';
|
|
|
import { setUserData } from '../helpers/data.js';
|
|
import { setUserData } from '../helpers/data.js';
|
|
|
-import LinuxDoIcon from './LinuxDoIcon.js';
|
|
|
|
|
|
|
+import LinuxDoIcon from './common/logo/LinuxDoIcon.js';
|
|
|
import { useTranslation } from 'react-i18next';
|
|
import { useTranslation } from 'react-i18next';
|
|
|
import Background from '../images/example.png';
|
|
import Background from '../images/example.png';
|
|
|
|
|
|