- Updated package.json scripts to optimize memory usage during type-checking and building processes. - Refactored BFF application scripts to include memory management options for build, dev, and test commands. - Introduced new type-check scripts for better memory handling in the BFF application. - Reorganized imports and components in the portal application for better structure and maintainability. - Replaced large component files with dedicated view components to streamline rendering and improve load times.
6 lines
138 B
TypeScript
6 lines
138 B
TypeScript
import LinkWhmcsView from "@/features/auth/views/LinkWhmcsView";
|
|
|
|
export default function LinkWhmcsPage() {
|
|
return <LinkWhmcsView />;
|
|
}
|