refactor: Update webpack configuration to improve git commit hash retrieval and enhance lazy loading of components for better performance
This commit is contained in:
@@ -18,7 +18,7 @@ import { Link } from 'react-router-dom';
|
||||
import MuiLink from '@mui/material/Link';
|
||||
import { alpha } from '@mui/material/styles';
|
||||
import TelegramIcon from '@mui/icons-material/Telegram';
|
||||
import { isUserLoggedIn } from './LoginComponent.js';
|
||||
import { isUserLoggedIn } from '../utils/authSession.js';
|
||||
import { withTranslation } from '../i18n/withTranslation.js';
|
||||
|
||||
const TELEGRAM_ASSISTANT_URL = 'https://t.me/Growheads_de_Bot';
|
||||
|
||||
Reference in New Issue
Block a user