♻️ refactor: Refactor the structure of the common component

This commit is contained in:
Apple\Apple
2025-06-01 17:39:41 +08:00
parent 309f3b9fe3
commit 4080f2ed7b
10 changed files with 8 additions and 57 deletions

View File

@@ -26,9 +26,9 @@ import {
onLinuxDOOAuthClicked,
onOIDCClicked,
} from './utils.js';
import OIDCIcon from './OIDCIcon.js';
import LinuxDoIcon from './LinuxDoIcon.js';
import WeChatIcon from './WeChatIcon.js';
import OIDCIcon from './common/logo/OIDCIcon.js';
import LinuxDoIcon from './common/logo/LinuxDoIcon.js';
import WeChatIcon from './common/logo/WeChatIcon.js';
import TelegramLoginButton from 'react-telegram-login/src';
import { setUserData } from '../helpers/data.js';
import { UserContext } from '../context/User/index.js';