refactor: Update webpack configuration to improve git commit hash retrieval and enhance lazy loading of components for better performance
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { isUserLoggedIn } from "../LoginComponent.js";
|
||||
import { isUserLoggedIn } from "../../utils/authSession.js";
|
||||
|
||||
class OrderProcessingService {
|
||||
constructor(getContext, setState) {
|
||||
@@ -369,4 +369,4 @@ class OrderProcessingService {
|
||||
}
|
||||
}
|
||||
|
||||
export default OrderProcessingService;
|
||||
export default OrderProcessingService;
|
||||
|
||||
Reference in New Issue
Block a user