Files
gpustack-ui/src/plugins/optional-empty-module.ts
T
2026-04-24 14:28:30 +08:00

3 lines
139 B
TypeScript

// If the enterprise plugin is not installed, imports will be redirected to this empty module to prevent errors.
export default undefined;